> For the complete documentation index, see [llms.txt](https://docs.pullbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pullbay.com/changelog/readme.md).

# Changelog

Stay updated on new endpoints, improvements, and changes to Pullbay.

{% updates format="full" %}
{% update date="2024-12-17" %}

##

### Pullbay Launch 🚀

We're excited to announce the launch of Pullbay — your new data API platform for accessing public web data.

#### What's included

* **App Store Reviews** — Fetch iOS app reviews, ratings, and metadata
* **Credit-based billing** — Pay only for what you use
* **Two pagination modes** — Standard (manual control) and Managed (auto-aggregate)
* **n8n integration** — Ready-to-use with n8n workflows

<a href="https://github.com/epctex/pullbay-docs/blob/main/documentation/getting-started/create-an-account.md" class="button primary">Get started</a>

#### Coming soon

We're actively working on:

* Google Play Store reviews
* Google Search (SERP) results
* YouTube data
* Trustpilot and Glassdoor reviews

<details>

<summary>Technical details</summary>

* API versioning: `/v1/`
* Authentication: Bearer token
* Response format: JSON
* Rate limits: Plan-based

</details>
{% endupdate %}
{% endupdates %}

***

## Versioning policy

We use semantic versioning for API changes:

* **New endpoints** — Added without breaking existing integrations
* **Deprecations** — 90+ days notice before removal
* **Breaking changes** — Avoided when possible; communicated clearly when necessary

## Staying updated

* Check this changelog regularly
* Watch for dashboard notifications
* Subscribe to our newsletter

## Request a feature

Want a new data source or feature? [Contact us](https://github.com/epctex/pullbay-docs/blob/main/help-center/README.md) with your use case.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pullbay.com/changelog/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
