Temu Scraper avatar
Temu Scraper
Try for free

2 hours trial then $15.00/month - No credit card required now

View all Actors
Temu Scraper

Temu Scraper

mscraper/temu-scraper
Try for free

2 hours trial then $15.00/month - No credit card required now

Unlock data's potential with Temu Scraper! Rapidly collect product info from Temu, a leading Chinese marketplace, in seconds. Perfect for market research, price tracking, and exploring trends. Turn data into decisions with Temu Scraper.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "startUrls": [
8    {
9      "url": "https://www.temu.com/de/100pcs-colored-acrylic-crystal-beads-round-crackle-glass-beads-for-faux-jewelry-making-bracelets-earring-necklace-keychains-adults-beading-diy-art-craft-projects-christmas-ornament-birthday-gifts-8mm-0-31in-g-601099512321944.html"
10    },
11    {
12      "url": "https://www.temu.com/de/jewelry-making-accessories-o3-1485.html"
13    }
14  ],
15  "proxy": {
16    "useApifyProxy": true,
17    "apifyProxyCountry": "DE",
18    "apifyProxyGroups": [
19      "RESIDENTIAL"
20    ]
21  },
22  "resultsLimit": 20
23}
24EOF
25
26# Run the Actor using an HTTP API
27# See the full API reference at https://docs.apify.com/api/v2
28curl "https://api.apify.com/v2/acts/mscraper~temu-scraper/runs?token=$API_TOKEN" \
29  -X POST \
30  -d @input.json \
31  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 41 monthly users
  • 1 star
  • 94.7% runs succeeded
  • 39 days response time
  • Created in Jun 2023
  • Modified 12 months ago
Categories