/api/amazon/seller endpoint returns a seller’s full profile from any supported Amazon marketplace — including their display name, logo, phone number, aggregate rating, and a paginated list of their active product listings. Use this endpoint to power seller directory pages, due-diligence tools, or competitive-analysis dashboards.
Request
GET https://api.glade.dev/api/amazon/seller
string
required
The Amazon seller identifier for the seller you want to look up. You can find this value in a seller’s Amazon profile URL — it appears as the
seller query parameter, e.g. amazon.com/sp?seller=A2L77EE7U53NWQ.string
default:"US"
The Amazon marketplace to query. Accepted values:
US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP, PL. Defaults to US when omitted.integer
The page number of the seller’s product listings to return. Must be
1 or greater. Omit to retrieve the first page.Response
A successful response returnsdata.amazonSeller.
object
Example response
Curl example
Error handling
If a required parameter is missing or invalid, the API returns a non-2xx status code with a JSON error body. Always check thesuccess field before reading data.

