Author Page
When making a request with the type parameter set to type=author_page Rainforest API will return data from the author page for the author asin specified in either the asin and amazon_domain parameters or the url parameter.
Author page data is retrieved from the author page for a single author on Amazon.

An example of the JSON object returned from a Author Page request is shown below:
Rainforest API returns the following properties for Author Page requests:
Paginating Results To request more "titles" from the author page, issue additional requests incrementing the page parameter.
Property | Type | Description |
---|---|---|
author | object | An object containing details of the author.
|
format_ids | array | An array containing the Format IDs for the current author page. Format IDs can be passed into a subsequent type=author_page requests' format_id parameter to limit the titles array to just titles of the given format. Note that Format IDs are dynamic and can change from author to author, hence it is necessary to retrieve the Format IDs from the results and pass in to a subsequent request.
|
similar_authors | array | An array containing the similar authors, as shown on the author page. The similar_authors array contains objects with the following properties:
|
titles | array | An array of author title objects, containing each of the titles shown on the author page. The Author Title object has the following properties:
|
pagination | object | An object containing details of the current author page titles array pagination. To paginate you should specify the page number in your request's page parameter .
|
Next Steps Author Page Parameters