audible_charts
Fetch Audible chart pages from audible.com/charts, returning ranked lists with position, price, and rating. Supports filters for category, language, duration, membership access, and Originals-only to target specific charts.
Instructions
Get an Audible chart (audible.com/charts). Returns one page of an Audible chart — a ranked list with real chart position, price, and rating that has no equivalent on api.audible.com's public JSON API. This is an HTML scrape of audible.com/charts, a different, less stable source class than the rest of this family, though its own filters (category, access level, language, duration, Audible-Originals-only) were individually verified to actually change results. category_id, access_level, and content_type=podcasts are mutually exclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based result page, default 1, 20 results per page | |
| chart | No | Chart type, default most_listened | |
| duration | No | Runtime-length filter, default all | |
| language | No | Language filter, default all | |
| category_id | No | Restrict to a category id from GET /audible/categories | |
| access_level | No | Membership access level, default all | |
| content_type | No | Content type, default audiobooks | |
| originals_only | No | Restrict to Audible Originals only |