Scrape Alibaba Item
Pay $0.99 for 1,000 results
Scrape Alibaba Item
Pay $0.99 for 1,000 results
Scrape product information from the product details page, product category page, and search page. The product category page includes `productgrouplist`, `featureproductlist`, `productlist`, etc.
Actor Metrics
11 Monthly users
No reviews yet
2 bookmarks
98% runs succeeded
3.2 days response time
Created in Dec 2024
Modified 9 hours ago
You can access the Scrape Alibaba Item programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "size": 10,
3 "group_urls": [
4 {
5 "url": "https://www.alibaba.com/trade/search?SearchText=candle&page=1"
6 },
7 {
8 "url": "https://ycsolarenergy.en.alibaba.com/productlist-1.html"
9 },
10 {
11 "url": "https://ycsolarenergy.en.alibaba.com/productgrouplist-944544651/Panda.html"
12 }
13 ],
14 "detail_urls": [
15 {
16 "url": "https://www.alibaba.com/product-detail/Teddy-Bear-I-Love-You-Valentines_1600505498261.html"
17 },
18 {
19 "url": "https://www.alibaba.com/product-detail/New-simulation-white-soft-goat-cuddly_1601354258177.html"
20 }
21 ]
22}' |
23apify call shareze001/scrape-alibaba-item --silent --output-dataset
Scrape Alibaba Item API through CLI
The Apify CLI is the official tool that allows you to use Scrape Alibaba Item locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: