100 free credits. No credit card required.Start building
Logo
Amazon logo
100 free credits. No credit card required

Amazon Sellers API

Scrape Amazon Sellers data with one API call. Returns every seller offering a given Amazon ASIN: seller name, price, rating, and condition (new / used / refurbished), including the buy-box winner.

Last updated September 2026Maintained by the SocialCrawl team

Returns every seller offering an Amazon product by ASIN: seller name, price, rating, and condition (new, used, or refurbished), including the buy-box winner.

Use it to compare who sells one ASIN and at what price, rather than pulling that product's own detail or reviews.

Searching 65 platforms in parallel

·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
Amazon API

What can you do with the Sellers API?

The Sellers endpoint gives you structured Amazon data with computed fields in a single request. No scraping infrastructure to build or maintain.

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://www.socialcrawl.dev/v1/amazon/sellers?asin=B09SM24S8C&country=US"
import requests

response = requests.get(
    "https://www.socialcrawl.dev/v1/amazon/sellers",
    params={
    'asin': 'B09SM24S8C',
    'country': 'US',
    },
    headers={"x-api-key": "YOUR_API_KEY"},
)

data = response.json()
const response = await fetch(
  "https://www.socialcrawl.dev/v1/amazon/sellers?asin=B09SM24S8C&country=US",
  {
    headers: { "x-api-key": "YOUR_API_KEY" },
  },
);

const data = await response.json();

Parameters

ParameterRequiredDescription
asinYes10-character Amazon ASIN (the product identifier).
countryNoAmazon marketplace as an ISO 3166-1 alpha-2 country code (default US). Supported: US, GB, CA, DE, FR, IT, ES, JP, IN, MX, BR, AU, NL. Note: non-US marketplaces (especially EU) are best-effort: the upstream provider is slower and occasionally times out for these; such calls are refunded, and US is the most reliable marketplace. (US | GB | CA | DE | FR | IT | ES | JP | IN | MX | BR | AU | NL)
Example Response

What does the Amazon Sellers API return?

Every response follows one unified schema. Here is a real, unmodified response body, so you can see the exact fields you get back before spending a credit.

Example response
{
  "success": true,
  "platform": "amazon",
  "endpoint": "/v1/amazon/sellers",
  "data": {
    "items": [
      {
        "seller": {
          "id": "A1NI0M2K3LNEWY",
          "name": "A4C Online",
          "domain": null,
          "url": "http://amazon.com/gp/aag/main?ie=UTF8&seller=A1NI0M2K3LNEWY&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_0",
          "price": {
            "base": 71.2,
            "tax": null,
            "shipping": null,
            "total": 71.2,
            "currency": "USD"
          },
          "rating": {
            "average": 4.1,
            "count": 2060
          },
          "condition": "Refurbished - Excellent",
          "availability": null,
          "annotation": null
        }
      },
      {
        "seller": {
          "id": "AGGFBHL50PS4D",
          "name": "Learbre Store Inc",
          "domain": null,
          "url": "http://amazon.com/gp/aag/main?ie=UTF8&seller=AGGFBHL50PS4D&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_1",
          "price": {
            "base": 69.41,
            "tax": null,
            "shipping": null,
            "total": 69.41,
            "currency": "USD"
          },
          "rating": {
            "average": 4,
            "count": 1039
          },
          "condition": "Refurbished - Excellent",
          "availability": null,
          "annotation": null
        }
      }
    ],
    "total": null,
    "dropped": 0
  },
  "credits_used": 1,
  "credits_remaining": 9999,
  "request_id": "req_example000000",
  "cached": false,
  "pagination": {
    "next_cursor": null,
    "has_more": false,
    "page_size": 8
  }
}

Live sample illustrating the unified response shape. Field values reflect the record you query.

API Details

How does the Amazon Sellers API work?

Send a GET request with your API key and get back clean, structured JSON in our unified schema. Supported computed fields are populated when the source provides the required inputs.

Method

GET

Response

JSON

Why SocialCrawl

Why use SocialCrawl for Amazon Sellers data?

We handle the complexity of Amazon data extraction so you can focus on building. Unified schema, AI enrichment, and zero platform logic in your code.

Developer First

How do you scrape social media data in seconds?

The fastest social media scraping API for developers. Scrape profiles, posts, comments, and analytics from 65 platforms covering 10B+ monthly active users.

One schema, every platform

Query 65 platforms with identical response structures. Write your integration once.

Computed fields, not just scraped

When an endpoint supports these metrics and the source provides the required inputs, the normalized record includes engagement_rate, estimated_reach, content_category, and language. Ready to use.

See your data before you code

Visual Data Explorer. Paste any URL, get rich result cards, sortable tables, CSV export.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/tiktok/profile',
    params={'handle': 'charlidamelio'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
+ 65 platforms
FAQ

Have a question? We got answers

Find answers to frequently asked questions about SocialCrawl's API, pricing, and capabilities.

Contact us
How do I get all sellers for an Amazon product?
Send a GET request to /v1/amazon/sellers with the asin parameter. The response returns every offer on that product: each with the seller name, price, rating, and condition, plus a flag for the buy-box winner.
Does the Amazon Sellers API show the buy-box winner?
Yes. The offer that currently holds the buy box is flagged in the response, so you can identify the winning seller and price at a glance. Every other competing offer comes through in the same list.
What condition data does the sellers endpoint return?
Each offer carries its condition (new, used, or refurbished) alongside the seller name, price, and rating. That lets you compare new and used pricing for the same ASIN in one response.
Can I get offers from a specific Amazon marketplace?
Yes. Pass the country parameter with an ISO 3166-1 alpha-2 code to pull the offer list from that marketplace's product page. Leave it off and the endpoint defaults to the US store.
How much does the Amazon Sellers API cost?
Each sellers request costs 1 credit on the standard tier, no matter how many offers come back. New accounts get 100 free credits with no credit card, so you can pull offers on around 100 products before paying.

Ask AI about SocialCrawl

Ready to scrape Amazon Sellers data?

Get your API key and start pulling Amazon data in under 60 seconds.

Start for free

🤖 AI agent or LLM? Read this page as markdown