Contact Details Scraper avatar
Contact Details Scraper
Try for free

Pay $3.00 for 1,000 results

View all Actors
Contact Details Scraper

Contact Details Scraper

vdrmota/contact-info-scraper
Try for free

Pay $3.00 for 1,000 results

Free email extractor to extract and download emails, phone numbers, Facebook, Twitter, LinkedIn, and Instagram profiles from any website. Extract contact information at scale from lists of URLs and download the data as Excel, CSV, JSON, HTML, and XML.

Do you want to learn more about this Actor?

Get a demo

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://apify.com"
10    }
11  ],
12  "maxRequestsPerStartUrl": 20,
13  "maxDepth": 2,
14  "maxRequests": 9999999
15}
16EOF
17
18# Run the Actor using an HTTP API
19# See the full API reference at https://docs.apify.com/api/v2
20curl "https://api.apify.com/v2/acts/vdrmota~contact-info-scraper/runs?token=$API_TOKEN" \
21  -X POST \
22  -d @input.json \
23  -H 'Content-Type: application/json'
Developer
Maintained by Apify
Actor metrics
  • 1.8k monthly users
  • 114 stars
  • 99.2% runs succeeded
  • 2.9 days response time
  • Created in May 2019
  • Modified 2 days ago