AliExpress Scraper API

AliExpress Scraper

The AliExpress Scraper turns AliExpress into structured JSON, pulled live from the site. Two endpoints:

  • Product Search — search products with sorting and filters (price range, free shipping, savings deals, 4-star-and-up, AliExpress Choice), 60 per page, each with pricing, discount, rating, and order count
  • Product Details — the full product: every SKU variant with its own price and stock, images, video, specifications, coupons, shipping estimates, and store info

Prices come back numeric with the discount — and per-SKU on product pages — so you can compare, monitor, and analyze prices programmatically. Works across [64 ship-to countries](#supported-countries), with prices in each country's own currency automatically.

Rated Excellent on Trustpilot — 4.6 from 25 reviews — and 1,000+ developers have sponsored our open source work on GitHub.

Open the Playground — run a live request, free, no signup

Example: Scrape an AliExpress Product in One Request

Here's what the product details API returns for a single product — one GET request by product ID:

GET https://aliexpress-scraper-api.omkar.cloud/aliexpress/v2/product?product=3256810554614749
{
  "id": "3256810554614749",
  "title": "Joyfy Rubber Ducks Random Assortment Mini Rubber Duckie Toys for Kids Bath Shower Toys Birthday Gifts Summer Beach Pool Activity",
  "link": "https://www.aliexpress.com/item/3256810554614749.html",
  "rating": 4.9,
  "reviews_count": 56,
  "orders_count": 474,
  "wishlist_count": 116,
  "stock": 492,
  "pricing": { "sale_price": 0.99, "original_price": 19.06, "discount_percent": 95, "currency": "USD" },
  "coupons": ["$2.00 off on $18.00"],
  "skus": [
    {
      "id": "12000055944024788",
      "label": "15pc",
      "is_available": true,
      "stock": 158,
      "pricing": { "sale_price": 0.99, "original_price": 19.06, "discount_percent": 95, "currency": "USD" }
    },
    {
      "id": "12000055944024790",
      "label": "30pcs",
      "is_available": true,
      "stock": 127,
      "pricing": { "sale_price": 7.12, "original_price": 33.94, "discount_percent": 79, "currency": "USD" }
    }
  ],
  "shipping": {
    "ship_to": "US",
    "options": [
      { "name": "AE_US_SAVER", "is_free": true, "ship_from": "United States", "min_delivery_days": 3, "max_delivery_days": 9, "has_tracking": true }
    ]
  },
  "store": { "name": "Shop1105233629 Store", "country": "China", "followers_count": 61 }
}

Trimmed for readability — the full response also has all images, video, every SKU variant with its own price and stock, sku_properties, specifications, coupons, category path, per-option shipping estimates, and full store stats.

Add country_code to localize the product to any of 64 countries — prices come back in that country's currency automatically.

Run this request in the Playground →

What Data Can You Get from AliExpress?

  • Product — id (both 1005… and 3256… forms), title, link, images, video, category path
  • Pricing — numeric sale price, original price, discount percent, currency — plus per-SKU pricing on product pages
  • SKU variants — every variant with its own stock and price, and the options that define it (color, size, ships-from)
  • Ratings & demand — rating, review count, order count, wishlist count, stock, hot-sale and AliExpress Choice flags
  • Shipping — free/paid options with ship-from, delivery-day range, estimated dates, and tracking
  • Store — name, link, country, seller id, open date, top-rated flag, followers
  • Specifications — material, brand, and every product spec pair

API Reference

All endpoints are GET requests against https://aliexpress-scraper-api.omkar.cloud, authenticated with the API-Key header, returning JSON. Add country_code to localize results and return prices in that country's currency.

Product Search

GET https://aliexpress-scraper-api.omkar.cloud/aliexpress/v2/search?query=rubber+duck

Real-time AliExpress product search, 60 per page with next/previous links.

  • query (required) — keyword or phrase to search for.
  • page (optional, default 1) — page number, 60 products per page.
  • country_code (optional, default US) — ship-to country — localizes results and returns prices in its currency.
  • sort_by (optional, default best_match) — best_match, most_orders, price_low_to_high, price_high_to_low.
  • min_price / max_price (optional) — price range, in the selected country's currency.
  • free_shipping / savings / four_star_and_up / choice (optional, default false) — filter to free shipping, savings deals, 4-star-and-up, or AliExpress Choice.

Product Details

GET https://aliexpress-scraper-api.omkar.cloud/aliexpress/v2/product?product=3256810554614749

Real-time full product details. product accepts a product URL or a numeric ID — both the 1005… (aliexpress.com) and 3256… (aliexpress.us) forms work for any country. Optional country_code. Returns 404 if the product does not exist.

Returns pricing with discount, every SKU variant with its own stock and pricing, sku_properties, images, video, specifications, coupons, category path, rating/reviews/orders/wishlist counts, per-option shipping estimates, and full store info.

Supported Countries

Add country_code to any request to localize results and return prices in that country's currency. 64 ship-to countries are supported:

US, UK/GB, DE, FR, ES, IT, NL, BE, PT, IE, AT, CH, SE, NO, DK, FI, PL, CZ, SK, HU, RO, BG, GR, HR, SI, LT, LV, EE, UA, TR, CA, MX, BR, AR, CL, CO, PE, IL, SA, AE, QA, KW, BH, OM, JO, EG, MA, DZ, TN, KE, JP, KR, SG, MY, TH, VN, PH, ID, IN, PK, BD, LK, AU, NZ

Pricing

  • Free — $0 — 200 requests/month
  • Starter — $16/month — 20,000 requests/month
  • Grow — $48/month — 100,000 requests/month
  • Scale — $148/month — 400,000 requests/month

1 API call = 1 request

Every response is scraped live from AliExpress at request time — you always get current prices, stock, ratings, and order counts.

Full plan details are on the Pricing tab →

Get Your API Key

Every plan starts free: 200 requests a month, and signup takes an email address — no password, no credit card. Paid plans carry a 90-day, 2-click refund.

Create your free API key →

FAQs

Can I try the AliExpress Scraper API before signing up?

Yes — the playground runs live requests in your browser with no account and no API key. Try it in the Playground →

How do I search AliExpress products?

Call Product Search (GET /aliexpress/v2/search?query=rubber+duck) with a keyword. It returns 60 products per page — id, title, link, images, rating, order count, and pricing with discount — plus a next link to walk through every page. Refine with sort_by, min_price/max_price, free_shipping, savings, four_star_and_up, and choice.

Do I get every SKU variant and its price?

Yes. Product Details returns each SKU variant with its own stock and pricing (sale price, original price, discount), plus sku_properties describing the options (color, size, ships-from) — ideal for price monitoring and building product catalogs.

Does it work outside the US, in local currency?

Yes. Pass country_code — 64 ship-to countries are supported (GB, DE, FR, BR, JP, IN, AU, and more). Results are localized and prices come back in that country's own currency automatically.

How fresh is the data?

Every API call scrapes AliExpress live — not cached or stale results. Prices, stock, ratings, and order counts reflect what's on AliExpress right now.

Can I pass a product URL instead of an ID?

Yes. Product Details accepts a full item URL or a bare numeric ID, and both the 1005… (aliexpress.com) and 3256… (aliexpress.us) ID forms work for any country.

Will I get blocked or need proxies?

No. We handle the scraping infrastructure — you call a normal REST API and never touch AliExpress directly, so there are no proxies, headless browsers, or CAPTCHAs on your side.

Who's Behind the AliExpress Scraper API?

Omkar Cloud is run by the developers who build the APIs — write in and an engineer answers, not a support script. What you can check for yourself:

The same API pattern powers our Amazon, Google Maps, and Trustpilot scrapers.

More E-commerce & Data APIs: Amazon & Google Maps

  • Amazon Scraper API — the same clean JSON for Amazon: product search, full product details, category browsing, and top reviews across 24 marketplaces. Compare the same product's price on AliExpress and Amazon.
  • Google Maps Scraper (3,100+ GitHub Stars) — need tens of thousands of leads? Type a niche and a city ("dentists in New York") and get every matching business as a ready-to-call lead list — name, address, phone, website, emails, rating, and reviews. The free tier alone pulls up to 100K leads a month, enough to run your entire outreach pipeline on $0.
  • Website Email Contact ScraperFree and open source. Point it at any website and get every email, phone number, and social profile on it, each with source pages and an official/unofficial flag.

Support

Built by developers, for developers — when you reach out, you talk to the engineers who built the API, not a support script. Message us anytime and we'll solve your query within 1 working day.

Contact Us on WhatsApp about AliExpress Scraper

Email: happy.to.help@omkar.cloud

Email Us about AliExpress Scraper

Love It? Review It ⭐

From one developer to another: if the AliExpress Scraper API saved you time, please leave a review on Trustpilot. It takes less than a minute, and it means a lot.

Here's why it matters. Most people do judge an API by its reviews. Your review helps another developer — someone just like you, deciding whether the AliExpress data here is real and reliable — find this API and build with confidence.

It takes only 60 seconds, and I will personally thank you for it.

https://www.trustpilot.com/review/omkar.cloud