πŸ“§ Email, πŸ“ž Phone, πŸ‘₯ Social - Lead Finder avatar
πŸ“§ Email, πŸ“ž Phone, πŸ‘₯ Social - Lead Finder
Try for free

1 day trial then $10.00/month - No credit card required now

View all Actors
πŸ“§ Email, πŸ“ž Phone, πŸ‘₯ Social - Lead Finder

πŸ“§ Email, πŸ“ž Phone, πŸ‘₯ Social - Lead Finder

giovannibiancia/website-actor
Try for free

1 day trial then $10.00/month - No credit card required now

Designed to solve your contact information needs by effortlessly extracting valuable data from websites. Whether you're struggling with collecting accurate email addresses, phone numbers, or social media profiles, our scraper provides the solution.

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  "start_urls": [
8    {
9      "url": "https://www.castellolaleccia.com"
10    },
11    {
12      "url": "https://www.casabianca.it"
13    },
14    {
15      "url": "https://poderebellaria.it"
16    },
17    {
18      "url": "https://poderefornaci.it"
19    }
20  ]
21}
22EOF
23
24# Run the Actor using an HTTP API
25# See the full API reference at https://docs.apify.com/api/v2
26curl "https://api.apify.com/v2/acts/giovannibiancia~website-actor/runs?token=$API_TOKEN" \
27  -X POST \
28  -d @input.json \
29  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 9 monthly users
  • 1 star
  • 96.4% runs succeeded
  • Created in Jun 2024
  • Modified 5 days ago