Beta
Publisheds API
Wire Publisheds data into your own pipelines, BI tools or apps.
Authentication
Every request needs an API key. Generate yours under Settings β API in your Publisheds dashboard.
curl https://api.publisheds.com/v1/books/B0XXXXXXXX \
-H "Authorization: Bearer ps_live_xxxxxxxxxxxx" \
-H "Accept: application/json" Endpoints
GET
/v1/books/{asin} Full Book Explorer payload for any ASIN: BSR history, organic keywords, comp titles, review sentiment.
GET
/v1/books/{asin}/keywords Top 1,000 keywords driving organic traffic to a book.
GET
/v1/keywords/search Search keywords by query, returns volume, competition and intent score.
GET
/v1/rankings Hourly keyword rank time series for ASINs in your account.
POST
/v1/arc/invites Invite ARC readers to a campaign.
GET
/v1/arc/reviews List reviews left by ARC readers across Amazon, Audible and Goodreads.
GET
/v1/sales Royalties, units and ad spend by ASIN, marketplace and date range.
Rate limits
- Β· Studio plan: 60 requests / minute, 100k requests / month
- Β· Publisher plan: 300 requests / minute, 1M requests / month
- Β· Enterprise: custom
Get on the beta list
The API is rolling out to Studio plans this quarter. Drop your email and we'll notify you when access opens.
Request API access