Global Sources Product Scraper
Pricing
from $2.00 / 1,000 products
Global Sources Product Scraper
GlobalSources Product Scraper extracts wholesale product listings from the GlobalSources.com B2B marketplace, capturing titles, pricing ranges, MOQ details, supplier names, images, badges, and exhibition info — ideal for wholesale sourcing, supplier discovery, and B2B market research.
Pricing
from $2.00 / 1,000 products
Rating
0.0
(0)
Developer

FalconScrape
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
GlobalSources Product Scraper
Scrape product listings from GlobalSources.com, a leading B2B wholesale marketplace. The GlobalSources Product Scraper extracts structured product data including pricing, MOQ, supplier details, and badges from category pages.
Features
- Detailed Product Data: Extract product titles, prices (parsed min/max), MOQ, supplier names, images, badges, and exhibition info.
- Category Discovery: Automatically discover and scrape all subcategories using the GlobalSources category API.
- Pagination Support: Scrape multiple pages per category with configurable limits.
- Crash Recovery: Automatically resumes from the last successfully scraped page if interrupted.
- Anti-Bot Handling: Built-in warm-up and retry logic to handle Imperva/Incapsula challenges.
Input
| Field | Type | Description | Default |
|---|---|---|---|
categoryUrls | array of strings | One or more GlobalSources category listing URLs to scrape, e.g. https://www.globalsources.com/category/computer-systems-for-sale-price_16793/ | - |
maxPages | integer | Maximum number of listing pages to scrape per category. Leave empty to scrape all pages. | 1 |
maxProducts | integer | Maximum total number of products to scrape across all categories. Leave empty for no limit. | - |
discoverSubcategories | boolean | Fetch the full category tree from the GlobalSources API and scrape all leaf subcategories. When combined with categoryUrls, discovered categories are added to the list. | false |
proxyConfiguration | object | Optional proxy configuration. Recommended if you encounter bot detection issues. | - |
How It Works
- Provide Category URLs - Enter one or more GlobalSources category listing URLs, or enable automatic subcategory discovery.
- Configure Limits - Set maximum pages per category and/or total product count.
- Run the Scraper - The Actor navigates each category, paginates through listings, and extracts product data.
Sample Output Data
The scraper outputs structured JSON with detailed product information:
[{"title": "High Performance Desktop Computer Gaming PC","productUrl": "https://www.globalsources.com/product/high-performance-desktop-computer-gaming-pc-1234567890.htm","productId": "1234567890","priceRaw": "US$ 350 - 500 / Unit","priceMin": 350,"priceMax": 500,"priceCurrency": "US$","priceUnit": "Unit","moqRaw": "10 Units (MOQ)","moqQuantity": 10,"moqUnit": "Units","supplier": "Shenzhen Tech Co., Ltd.","image": "https://img.globalsources.com/example-image.jpg","badges": ["Verified Supplier", "Trade Assurance"],"exhibition": "Oct 2024","categoryUrl": "https://www.globalsources.com/category/computer-systems-for-sale-price_16793/","pageNum": 1,"scrapedAt": "2025-01-15T10:30:00.000Z"}]