Angi (Angie's List) Company Links Scraper avatar
Angi (Angie's List) Company Links Scraper
Try Actor

$5.00/month

View all Actors
Angi (Angie's List) Company Links Scraper

Angi (Angie's List) Company Links Scraper

babak/angi-angie-s-list-company-links-scraper
Try Actor

$5.00/month

Need to gather URLs, Addresses, and Company Names from Angi (Angie's List) really fast? Use our Angi (Angie's List) Company Links Scraper that has lots of fields for filtration by Location and Categories

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  "location": "Portland",
8  "category": "asbestos-removal",
9  "maxListings": 1000,
10  "categoryLinks": [],
11  "proxyConfiguration": {
12    "useApifyProxy": true
13  },
14  "maxConcurrency": 100
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/babak~angi-angie-s-list-company-links-scraper/runs?token=$API_TOKEN" \
21  -X POST \
22  -d @input.json \
23  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Jun 2023
  • Modified 9 months ago