angi.com (Angie's List) Scraper avatar
angi.com (Angie's List) Scraper

Pricing

$19.00/month + usage

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

angi.com (Angie's List) Scraper

Developed by

Iñigo Garcia Olaizola

Iñigo Garcia Olaizola

Maintained by Community

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.

5.0 (1)

Pricing

$19.00/month + usage

8

Total users

98

Monthly users

15

Runs succeeded

>99%

Last modified

4 months ago

SK

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

Open

splendorous_kumquat opened this issue
4 months 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.

{
"category": "hvac",
"maxItems": 600,
"zipCodes": [
"44115, 44108, 44106"
]
}

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

{
"category": "hvac",
"maxItems": 600,
"zipCodes": [
"44115", "44108", "44106"
]
}