Core APIs
...
Parameters
Seller Data

Seller Profile

4min

Seller Profile Parameters

GET /request

The Seller Profile Parameters are applicable when making a request with type=seller_profile to retrieve seller profile details for a single seller on Amazon - the seller is specified using either the seller_id and amazon_domain parameters or the url parameter (where the url parameter contains a link to an Amazon seller profile page). The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.

Seller profile details are retrieved from the seller profile page for a single seller on Amazon. You can retrieve the seller_id value for a given seller from other Rainforest requests, such as type=offers requests.

You can use subsequent seller products and seller feedback requests to retrieve iterate all of the products and customer feedback from a given seller.

Seller Profile Page
Seller Profile Page


For example, to request seller profile details for the seller with ID A02211013Q5HP3OMSZC7W on amazon.com the request would be:

HTTP
Curl
Node.js
Python
PHP



Seller Profile Parameters

The following parameters are available for all requests made when type=seller_profile .

Parameter

Required

Description

amazon_domain

optional

The Amazon domain to retrieve seller profile details from for the seller specified in the seller_id parameter. For a full list of supported Amazon domains see Supported Amazon Domains .

Note : If the amazon_domain and seller_id parameters are supplied then the url parameter is ignored.

seller_id

optional

The Amazon Seller ID to retrieve seller profile details for. Used in combination with the amazon_domain parameter.

Note : If the seller_id and amazon_domain parameters are supplied then the url parameter is ignored. Note : Seller IDs can be retrieved from Rainforest API type=offers requests.

url

optional

The Amazon seller profile page URL of the seller to retrieve results from.



Next Steps      Seller Profile Results