
angi.com (Angie's List) Scraper
Pricing
$19.00/month + usage
Go to Store


angi.com (Angie's List) Scraper
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.
0.0 (0)
Pricing
$19.00/month + usage
8
Total users
122
Monthly users
15
Runs succeeded
>99%
Issues response
24 days
Last modified
a month ago
There was an uncaugh exception during the run of the actor and was not handled
Open
splendorous_kumquat opened this issue
6 months ago
There was an uncaugh exception during the run of the actor and was not handled
Iñigo Garcia Olaizola (igolaizola)
6 months ago
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"]}