angi.com (Angie's List) Scraper avatar

angi.com (Angie's List) Scraper

Try for free

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

Go to Store
angi.com (Angie's List) Scraper

angi.com (Angie's List) Scraper

igolaizola/angi-scraper
Try for free

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

Extract verified business data from Angi (formerly Angie's List) including emails, phone numbers, ratings, and contact details for home service professionals. Get comprehensive listings with company information, customer reviews, and contact data across 150+ categories like plumbers and contractors.

SK

There was an uncaugh exception during the run of the actor and was not handled

Open

splendorous_kumquat opened this issue
11 days ago

There was an uncaugh exception during the run of the actor and was not handled

igolaizola avatar

The zip codes in your input are wrong.

1{
2  "category": "hvac",
3  "maxItems": 600,
4  "zipCodes": [
5    "44115, 44108, 44106"
6  ]
7}

You must use a list of values splitted by commas, like this:

1{
2  "category": "hvac",
3  "maxItems": 600,
4  "zipCodes": [
5    "44115", "44108", "44106"
6  ]
7}
Developer
Maintained by Community

Actor Metrics

  • 24 monthly users

  • 4 stars

  • 97% runs succeeded

  • 7.9 hours response time

  • Created in Nov 2024

  • Modified 2 days ago