Whatsapp scraper avatar
Whatsapp scraper
Try Actor

$25.00/month

View all Actors
Whatsapp scraper

Whatsapp scraper

curious_coder/whatsapp-scraper
Try Actor

$25.00/month

Scrape whatsapp numbers in bulk and extract complete details including name, email, website, address, description, profile picture, etc

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  "numbers": [
8    "8976859807",
9    "8655907795",
10    "8860033772"
11  ],
12  "proxy": {
13    "useApifyProxy": true,
14    "apifyProxyGroups": [
15      "RESIDENTIAL"
16    ],
17    "apifyProxyCountry": "US"
18  }
19}
20EOF
21
22# Run the Actor using an HTTP API
23# See the full API reference at https://docs.apify.com/api/v2
24curl "https://api.apify.com/v2/acts/curious_coder~whatsapp-scraper/runs?token=$API_TOKEN" \
25  -X POST \
26  -d @input.json \
27  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 84 monthly users
  • 4 stars
  • 67.7% runs succeeded
  • 2.6 hours response time
  • Created in Sep 2023
  • Modified 15 days ago