Alibaba Scraper

Alibaba Scraper

TLDR

  • Search Alibaba products and get full product details — pricing tiers, supplier info, variants, specifications — all via a simple REST API.
  • 5,000 free queries per month.

Here's a sample response for a product search results page:

{
    "product_id": "1601216646059",
    "title": "E6s TWS Bluetooth 5.0 Earphone Best Gaming Headset Noise Cancelling Headphones Sports Waterproof TWS Earbuds",
    "url": "//www.alibaba.com/product-detail/_1601216646059.html",
    "thumbnail": "//s.alicdn.com/@sc04/kf/H9884d49fc9a64f34bb9a2222ef978785i.jpg",
    "pricing": {
        "range": "2.5-2.7",
        "range_formatted": "$2.50-2.70",
        "tiers": [
            {
                "unit_price": "2.7",
                "formatted_price": "$2.70",
                "min_units": 20,
                "max_units": 499,
                "unit_label": "pieces"
            },
            {
                "unit_price": "2.5",
                "formatted_price": "$2.50",
                "min_units": 2000,
                "max_units": -1,
                "unit_label": "pieces"
            }
        ],
        "minimum_order_qty": "20",
        "minimum_order_label": "20 pieces"
    },
    "seller": {
        "shop_url": "//shengdidz.en.alibaba.com/",
        "years_active": "3",
        "ratings": [
            { "label": "Product as Described", "score": "4.3" },
            { "label": "Store Service", "score": "4.3" },
            { "label": "On time Shipping", "score": "4.4" }
        ]
    },
    "supplier": {
        "name": "Shengdi (jieyang) Electronic Technology Co., Ltd.",
        "id": 283124971,
        "is_gold_supplier": true,
        "has_trade_assurance": true,
        "facility_size": "1700",
        "employee_count": "60",
        "country": "China"
    }
}

What is this?

The Alibaba Scraper API gives you real-time access to product data from Alibaba.com — the world's largest B2B marketplace.

Search by keyword, get full product details with volume pricing tiers, SKU variants, supplier profiles, and product specifications — all as clean, structured JSON.

Perfect for wholesale sourcing tools, supplier discovery, price comparison engines, procurement automation, or any app that needs Alibaba product data.

Why use it?

1. Detailed Data with 100% Accuracy

Get complete Alibaba product data in real time. Every price tier, every supplier rating, every variant — pulled live. No stale caches, no guesswork.

Titles, volume pricing, MOQs, supplier verification badges, Trade Assurance status, seller ratings, product specifications, variant options, description HTML — it's all there. 30+ data points per product.

2. Generous Free Plan

5,000 queries per month. Free. No credit card required.

That's 5,000 product searches or detail lookups every month at no cost. Build and test your app without big upfront costs.

3. Affordable Pricing

When you need more, our paid plans cost less than alternatives:

  • $25 gets you 100K queries/month
  • $75 gets you 1M queries/month
  • $150 gets you 10M queries/month

How to use it?

Simple REST API. Here's how it works:

  1. Create an account at omkar.cloud to get your API key.

It takes just 2 minutes to sign up. You get 5,000 free requests every month — more than enough for most users to get their job done without paying a dime.

This is a well built product, and your search for the best Alibaba Scraper API ends right here.

  1. Make a request with it:

cURL:

curl -X GET "https://alibaba-scraper.omkar.cloud/alibaba/products/search?search_query=wireless%20earbuds" \
  -H "API-Key: YOUR_API_KEY"

Python:

import requests

api_key = "YOUR_API_KEY"

# Search for products
response = requests.get(
    "https://alibaba-scraper.omkar.cloud/alibaba/products/search",
    params={"search_query": "wireless earbuds"},
    headers={"API-Key": api_key}
)
print(response.json())
  1. Get structured Alibaba data and use it.

That's it. Keyword to product data in milliseconds.

API Reference

Search Products

GET https://alibaba-scraper.omkar.cloud/alibaba/products/search
  • search_query (required) — Keyword to search for products.
  • page (optional, default: 1) — Page number.

Example:

import requests

response = requests.get(
    "https://alibaba-scraper.omkar.cloud/alibaba/products/search",
    params={"search_query": "wireless earbuds"},
    headers={"API-Key": "YOUR_API_KEY"}
)

print(response.json())

Sample Response:

{
    "count": 19899,
    "per_page": 20,
    "current_page": 1,
    "total_pages": 995,
    "next": "https://alibaba-scraper.omkar.cloud/alibaba/products/search?search_query=wireless+earbuds&page=2",
    "previous": null,
    "products": [
        {
            "product_id": "1601216646059",
            "title": "E6s TWS Bluetooth 5.0 Earphone Best Gaming Headset Noise Cancelling Headphones Sports Waterproof TWS Earbuds",
            "url": "//www.alibaba.com/product-detail/_1601216646059.html",
            "thumbnail": "//s.alicdn.com/@sc04/kf/H9884d49fc9a64f34bb9a2222ef978785i.jpg",
            "gallery_images": [
                "//s.alicdn.com/@sc04/kf/H9884d49fc9a64f34bb9a2222ef978785i.jpg",
                "//s.alicdn.com/@sc04/kf/H12f818eafa1b4c31ab1106700ecdfdd0S.jpg",
                "//s.alicdn.com/@sc04/kf/He0d97511701840bb825261341ed4c24aN.jpg",
                "//s.alicdn.com/@sc04/kf/Hcb8a6e88979548eca529b7536df4dca1l.jpg",
                "//s.alicdn.com/@sc04/kf/H43e22b66fbfe4ca797031d4b7755d595p.jpg",
                "//s.alicdn.com/@sc04/kf/H6994b429941e4918b9593d120286b3515.jpg"
            ],
            "pricing": {
                "range": "2.5-2.7",
                "range_formatted": "$2.50-2.70",
                "tiers": [
                    {
                        "unit_price": "2.7",
                        "formatted_price": "$2.70",
                        "min_units": 20,
                        "max_units": 499,
                        "unit_label": "pieces"
                    },
                    {
                        "unit_price": "2.6",
                        "formatted_price": "$2.60",
                        "min_units": 500,
                        "max_units": 1999,
                        "unit_label": "pieces"
                    },
                    {
                        "unit_price": "2.5",
                        "formatted_price": "$2.50",
                        "min_units": 2000,
                        "max_units": -1,
                        "unit_label": "pieces"
                    }
                ],
                "minimum_order_qty": "20",
                "minimum_order_unit": "piece",
                "minimum_order_label": "20 pieces"
            },
            "seller": {
                "shop_url": "//shengdidz.en.alibaba.com/",
                "shop_logo": "//sc02.alicdn.com/kf/H307700620cf74d11bae7fe76c14ffa6bN.jpg",
                "years_active": "3",
                "ratings": [
                    { "label": "Product as Described", "score": "4.3" },
                    { "label": "Store Service", "score": "4.3" },
                    { "label": "On time Shipping", "score": "4.4" },
                    { "label": "Product Review", "score": "0.0" },
                    { "label": "All Product Review", "score": "4.3" }
                ]
            },
            "supplier": {
                "name": "Shengdi (jieyang) Electronic Technology Co., Ltd.",
                "id": 283124971,
                "is_gold_supplier": true,
                "is_assessed": true,
                "is_verified": false,
                "has_trade_assurance": true,
                "facility_size": "1700",
                "employee_count": "60",
                "country": "China",
                "country_code": "CN"
            }
        }
    ]
}

Product Details

GET https://alibaba-scraper.omkar.cloud/alibaba/products/details
  • product_id (required) — Alibaba product ID (e.g., 1601422779481).

Example:

import requests

response = requests.get(
    "https://alibaba-scraper.omkar.cloud/alibaba/products/details",
    params={"product_id": "1601422779481"},
    headers={"API-Key": "YOUR_API_KEY"}
)

print(response.json())

Sample Response:

{
    "product_id": "1601422779481",
    "is_available": true,
    "title": "Q93 Wireless AI Translator Earbuds Sports Life Waterproof and Noise Reducing Wireless Earbuds 5.4 IPX5 Waterproof Headphone",
    "category_id": 201330216,
    "url": "//www.alibaba.com/product-detail/_1601422779481.html",
    "gallery_images": [
        "//sc04.alicdn.com/kf/H307e2f578216401cb1aef67e5cd65b32b.jpg",
        "//sc04.alicdn.com/kf/H241f861127a04758846586ab89673199a.jpg",
        "//sc04.alicdn.com/kf/H35807851e0e245ab8f1f4b00a86fbb43H.jpg",
        "//sc04.alicdn.com/kf/H6e4b352c16894e10b630347e7480f804d.jpg",
        "//sc04.alicdn.com/kf/Ha16307582d2e455590d5747ff489a00af.jpg",
        "//sc04.alicdn.com/kf/H13174faf3cd84fac823ac9cb8f7f28ffx.jpg"
    ],
    "video": null,
    "specifications": {
        "summary": "feature / Display Type / brand name / Product Type / function / private mold / Operating System / Material / place of origin / Language Support / Display Color",
        "attributes": [
            { "label": "feature", "value": "translator" },
            { "label": "Display Type", "value": "Oled" },
            { "label": "brand name", "value": "Somall" },
            { "label": "Product Type", "value": "Translate Earbuds" },
            { "label": "function", "value": "translator" },
            { "label": "private mold", "value": "Yes" },
            { "label": "Operating System", "value": "Symbian" },
            { "label": "Material", "value": "ABS" },
            { "label": "place of origin", "value": "Sichuan China" },
            { "label": "Language Support", "value": "115" },
            { "label": "Display Color", "value": "Black / White" }
        ]
    },
    "pricing": {
        "currency_symbol": "$",
        "price_type": "volumePrice",
        "tiers": [
            {
                "unit_price": 7.99,
                "formatted_price": "$7.99",
                "min_units": 2,
                "max_units": 99,
                "quantity_label": "2-99 sets"
            },
            {
                "unit_price": 6.99,
                "formatted_price": "$6.99",
                "min_units": 100,
                "max_units": 499,
                "quantity_label": "100-499 sets"
            },
            {
                "unit_price": 5.99,
                "formatted_price": "$5.99",
                "min_units": 500,
                "max_units": 999,
                "quantity_label": "500-999 sets"
            },
            {
                "unit_price": 4.99,
                "formatted_price": "$4.99",
                "min_units": 1000,
                "max_units": -1,
                "quantity_label": "≥1000 sets"
            }
        ],
        "minimum_order_qty": 2,
        "minimum_order_unit": "sets",
        "minimum_order_label": "2 sets",
        "unit_singular": "set",
        "unit_plural": "sets"
    },
    "variants": {
        "groups": [
            {
                "attribute_name": "model number",
                "options": [
                    { "option_id": "3:-3", "label": "Q93" }
                ]
            },
            {
                "attribute_name": "color",
                "options": [
                    {
                        "option_id": "191288010:3331185",
                        "label": "White",
                        "swatch_image": "//sc04.alicdn.com/kf/Hc0d61ed2bfcd43fb82f0d3487b70e943V.jpg"
                    },
                    {
                        "option_id": "191288010:3327837",
                        "label": "Black",
                        "swatch_image": "//sc04.alicdn.com/kf/H8a5b2b4cb9ea4af2bdfeae9b08c16cdek.jpg"
                    }
                ]
            }
        ],
        "combinations": [
            { "sku_id": 106577366684, "attribute_map": "3:-3;191288010:3331185" },
            { "sku_id": 106577366685, "attribute_map": "3:-3;191288010:3327837" }
        ]
    },
    "seller_id": 267514978,
    "supplier": {
        "name": "Sichuan Shenmai Technology Co., Ltd.",
        "id": 274605092,
        "business_type": "Trading Company",
        "employee_count": null,
        "transaction_volume": "US$ 30,000+",
        "contact_person": "jenny jenyy"
    }
}

FAQs

❓ What data does the API return?

Search Products returns per product:

  • Title, product URL, thumbnail, gallery images
  • Volume pricing with range and tier breakdowns (unit price, min/max quantities)
  • Minimum order quantity and unit
  • Seller info: shop URL, logo, years active, ratings (Product as Described, Store Service, On time Shipping)
  • Supplier info: company name, Gold Supplier status, Trade Assurance, facility size, employee count, country

Product Details returns 30+ fields including:

  • Availability status, title, category ID, product URL
  • Full gallery images and video
  • Product specifications (all attributes with labels and values)
  • Full description HTML and description images
  • Volume pricing with currency, price type, and tier breakdowns
  • Variant groups (color, size, material) with swatch images
  • SKU combinations mapping
  • Seller ID and full supplier profile (business type, transaction volume, contact person)

All in structured JSON. Ready to use in your app.

❓ How accurate is the data?

Data is pulled from Alibaba in real time. Every API call fetches live data — not cached or stale results.

Prices, availability, supplier info, and variants reflect what's on Alibaba.com right now.

❓ How do I get a product ID?

Every Alibaba product URL contains the product ID. For example, in https://www.alibaba.com/product-detail/_1601422779481.html, the product ID is 1601422779481.

You can also get product IDs from the Search Products endpoint — each result includes a product_id field.

❓ Can I get MOQ and volume pricing?

Yes. Both endpoints return full pricing details.

Search results include the price range and all volume tiers with min/max quantity breakdowns. Product Details adds the exact MOQ, currency, and per-unit labels.

This makes the API ideal for building sourcing tools where buyers need to compare pricing across quantities.

❓ How do I identify verified suppliers?

Each product result includes supplier verification data: is_gold_supplier, is_assessed, is_verified, and has_trade_assurance.

Filter on these flags to surface only Trade Assurance-protected or Gold-certified suppliers in your app.

❓ Tell me about Omkar Cloud.

We're an API services company with 20+ tools for OCR, document processing, and developer APIs. Some things we are proud of:

❓ How much does it cost?

  • Free — $0 — 5,000 queries/month
  • Starter — $25 — 100,000 queries/month
  • Grow — $75 — 1,000,000 queries/month
  • Scale — $150 — 10,000,000 queries/month

Why we're affordable: Low overhead. We run lean and pass the savings to you.

Note: You get 5,000 free queries every month. Most users find this covers their needs.

❓ How do I get a refund?

If the product doesn't meet your needs within 90 days, get a refund in 2 clicks.

  1. Go to Transactions Page
    Transactions Page

  2. Click "Request Refund"
    Request Refund Button

  3. Confirm by clicking Request Refund again. The amount will be refunded within 1-2 business days. We'll email you updates.
    Confirm Refund Request

No emails. No explanations. Simple 2-click process.

❓ Is there a catch in refunds?

No catch.

It's a simple 2-click process, exactly as described above.

Questions? We have answers.

Reach out anytime. We will solve your query within 1 working day.

Contact Us on WhatsApp about Alibaba Scraper

Contact Us on Email about Alibaba Scraper