Alibaba RFQ Scraper avatar

Alibaba RFQ Scraper

Pricing

from $4.50 / 1,000 results

Go to Apify Store
Alibaba RFQ Scraper

Alibaba RFQ Scraper

Pull buying requests (RFQs) from Alibaba's sourcing marketplace by keyword.

Pricing

from $4.50 / 1,000 results

Rating

0.0

(0)

Developer

Xtractoo

Xtractoo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Pull live buying requests (RFQs) from Alibaba's sourcing marketplace — filtered by keyword or across the full open queue.

What you can do with it

  • Lead generation for suppliers — pull every fresh RFQ in your category and route them to your sales team.
  • Demand sensing — quantify buying intent per keyword, region, and quantity tier over time.
  • Pricing benchmarks — see what quantities buyers are actually requesting to calibrate your MOQ tiers.
  • Competitive intel — track which countries dominate sourcing of a given product.

Features

  • Keyword OR open-queue mode — supply queries for filtered results, or leave empty to crawl all open RFQs.
  • Up to 100 paginated pages per query.
  • Per-RFQ payload (25+ fields):
    • Identity: rfqId, encryptedRfqId, subject, description, imageUrl.
    • Buyer: buyerName, country, countryCode, buyerLevel, buyerLevelLogoUrl.
    • Demand: quantity, quantityUnit, quantityValue.
    • Lifecycle: openTime, expirationTime.
    • Quality signals: rfqStarLevel (1–3), qualityScore, haveAnnexes.
    • Quote economics: rfqLeftCount, quoteLeftCount.
    • URLs: url (RFQ detail page) + quoteUrl (ready-to-use quotation link).
  • Resilient against Aliyun WAF — auto-retry with proxy rotation.
  • Default Dataset output — JSON / CSV / Excel / RSS / HTML export.

Input

{
"queries": ["bluetooth earphones", "led strip lights"],
"maxPagesPerQuery": 3,
"maxConcurrency": 3,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
queriesstring[]Keywords to filter RFQs. Leave empty to crawl all open requests.
maxPagesPerQueryintPages per query (default 3, max 100).
maxConcurrencyintParallel workers (default 3).
maxRequestRetriesintPer-request retry budget (default 8).
proxyConfigurationproxyApify Proxy or custom list. RESIDENTIAL recommended.

Sample Output

{
"query": "bluetooth earphones",
"page": 1,
"rfqId": "rfq_7f3b2a91e4c8",
"subject": "TWS Bluetooth Earbuds with ANC, 500 pcs",
"description": "We are looking for TWS earbuds with active noise cancellation, IPX5 waterproof, Bluetooth 5.0+. Need samples first.",
"buyerName": "TechRetail GmbH",
"country": "Germany",
"countryCode": "DE",
"buyerLevel": 3,
"quantity": 500,
"quantityUnit": "Pieces",
"openTime": "2 hours ago",
"expirationTime": "2026-05-14T23:59:59Z",
"rfqStarLevel": 3,
"qualityScore": 8.5,
"rfqLeftCount": 12,
"quoteLeftCount": 3,
"url": "https://sourcing.alibaba.com/rfq/rfq_7f3b2a91e4c8.htm",
"quoteUrl": "https://sourcing.alibaba.com/rfq/quote_rfq_7f3b2a91e4c8.htm",
"scrapedAt": "2026-05-09T12:18:44Z"
}

Notes

Public buying-request data only — no Alibaba account required.