angi.com (Angie's List) Scraper
1 day trial then $19.00/month - No credit card required now
angi.com (Angie's List) Scraper
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.
You can access the angi.com (Angie's List) Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "d67nnTd5IUgz017fa"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/igolaizola~angi-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-igolaizola-angi-scraper",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/igolaizola~angi-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-igolaizola-angi-scraper",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/igolaizola~angi-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-igolaizola-angi-scraper",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "maxItems",
135 "category"
136 ],
137 "properties": {
138 "maxItems": {
139 "title": "Max Items",
140 "minimum": 0,
141 "type": "integer",
142 "description": "Maximum number of companies to scrape (0 for unlimited)",
143 "default": 30
144 },
145 "zipCodes": {
146 "title": "Zip Codes",
147 "uniqueItems": true,
148 "type": "array",
149 "description": "List of zip codes to search for providers",
150 "items": {
151 "type": "string"
152 }
153 },
154 "category": {
155 "title": "Category",
156 "enum": [
157 "air-duct-cleaning",
158 "animal-removal",
159 "tv-antenna",
160 "appliance-repair",
161 "architects",
162 "asbestos-removal",
163 "awnings",
164 "remodeling-basements",
165 "basement-waterproofing",
166 "basketball-goals",
167 "bathtub-refinishing",
168 "biohazard-remediation",
169 "blind-cleaning",
170 "cabinet-makers",
171 "cabinet-refinishing",
172 "carpet-cleaning",
173 "carpet",
174 "ceiling-fans",
175 "central-vacuum-cleaners",
176 "childproofing",
177 "chimney-caps",
178 "chimney-repair",
179 "chimney-sweep",
180 "cleaning",
181 "closets",
182 "computer-repair",
183 "concrete-driveways",
184 "concrete-repair",
185 "countertops",
186 "deck-maintenance",
187 "decks-and-porches",
188 "dock-building-repair",
189 "pet-fencing",
190 "doors",
191 "drain-cleaning",
192 "drain-pipe-installation",
193 "drapery-cleaning",
194 "driveway-gates",
195 "driveways",
196 "dryer-vent-cleaning",
197 "drywall",
198 "dumpster-rental",
199 "earthquake-retrofit",
200 "egress",
201 "electrical",
202 "epoxy-flooring",
203 "excavating",
204 "fencing",
205 "fireplaces",
206 "firewood",
207 "buffing-and-polishing",
208 "floor-cleaning",
209 "flooring",
210 "foundation-repair",
211 "fountains",
212 "furniture-refinishing",
213 "garage-builders",
214 "garage-doors",
215 "gas-logs",
216 "gas-leak-repair",
217 "contractor",
218 "generator-installers",
219 "glass-block",
220 "glass-and-mirrors",
221 "gas-grill-repair",
222 "gutter-cleaning",
223 "gutter-repair-replacement",
224 "handyman-service",
225 "landscaping-hardscaping-and-pavers",
226 "hardwood-flooring",
227 "hauling",
228 "heating-oil-companies",
229 "holiday-decorating",
230 "home-automation",
231 "home-builders",
232 "energy-audit",
233 "home-inspection",
234 "kitchen-and-bath-remodeling",
235 "home-security-systems",
236 "home-staging",
237 "home-theater-systems",
238 "home-warranty-companies",
239 "house-cleaning",
240 "exterior-painting",
241 "hurricane-shutters",
242 "hvac",
243 "insulation",
244 "interior-design",
245 "interior-painting",
246 "wrought-iron",
247 "lawn-irrigation",
248 "appraisals",
249 "land-surveying",
250 "landscaping-lighting",
251 "appliance-sales",
252 "landscaping",
253 "lawn-and-yard-work",
254 "lawn-mower-repair",
255 "lawn-fertilization-and-treatment",
256 "lead-testing-and-removal",
257 "leaf-removal",
258 "leather-and-vinyl-repair",
259 "lighting",
260 "locksmiths",
261 "mailbox-repair",
262 "marble-and-granite",
263 "masonry",
264 "metal-fabrication-and-restoration",
265 "remodeling-modular-and-mobile-home",
266 "mold-testing-and-remediation",
267 "moving",
268 "concrete-leveling",
269 "mulch-and-topsoil",
270 "plant-nurseries",
271 "oriental-rug-cleaning",
272 "outdoor-kitchens",
273 "sunroom-and-patio-remodeling",
274 "patios",
275 "pest-control",
276 "home-phone-service",
277 "phone-repair",
278 "piano-moving",
279 "plaster-plaster-repair",
280 "playground-equipment",
281 "plumbing",
282 "pool-and-spa-service",
283 "swimming-pools",
284 "pressure-washing",
285 "home-and-garage-organization",
286 "radon-testing",
287 "real-estate-agents",
288 "property-appraiser",
289 "roof-cleaning",
290 "roof-ice-and-snow-removal",
291 "roofing",
292 "roto-tilling",
293 "satellite-tv-service",
294 "screen-repair",
295 "septic-tank",
296 "sewer-cleaning",
297 "siding",
298 "skylights",
299 "small-appliance-repair",
300 "snow-removal",
301 "solar-panels",
302 "concrete-stamped-decorative",
303 "stone-and-gravel",
304 "structural-engineering",
305 "stucco",
306 "ceramic-tile",
307 "garbage-collection",
308 "tree-service",
309 "upholstering",
310 "upholstery-cleaning",
311 "wallpapering",
312 "wallpaper-removal",
313 "water-and-smoke-damage",
314 "water-heaters",
315 "water-softeners",
316 "welding",
317 "wells-and-pumps",
318 "window-cleaning",
319 "windows",
320 "hurricane-film",
321 "window-tinting",
322 "window-treatments",
323 "woodworking"
324 ],
325 "type": "string",
326 "description": "Category of home service providers to search for"
327 }
328 }
329 },
330 "runsResponseSchema": {
331 "type": "object",
332 "properties": {
333 "data": {
334 "type": "object",
335 "properties": {
336 "id": {
337 "type": "string"
338 },
339 "actId": {
340 "type": "string"
341 },
342 "userId": {
343 "type": "string"
344 },
345 "startedAt": {
346 "type": "string",
347 "format": "date-time",
348 "example": "2025-01-08T00:00:00.000Z"
349 },
350 "finishedAt": {
351 "type": "string",
352 "format": "date-time",
353 "example": "2025-01-08T00:00:00.000Z"
354 },
355 "status": {
356 "type": "string",
357 "example": "READY"
358 },
359 "meta": {
360 "type": "object",
361 "properties": {
362 "origin": {
363 "type": "string",
364 "example": "API"
365 },
366 "userAgent": {
367 "type": "string"
368 }
369 }
370 },
371 "stats": {
372 "type": "object",
373 "properties": {
374 "inputBodyLen": {
375 "type": "integer",
376 "example": 2000
377 },
378 "rebootCount": {
379 "type": "integer",
380 "example": 0
381 },
382 "restartCount": {
383 "type": "integer",
384 "example": 0
385 },
386 "resurrectCount": {
387 "type": "integer",
388 "example": 0
389 },
390 "computeUnits": {
391 "type": "integer",
392 "example": 0
393 }
394 }
395 },
396 "options": {
397 "type": "object",
398 "properties": {
399 "build": {
400 "type": "string",
401 "example": "latest"
402 },
403 "timeoutSecs": {
404 "type": "integer",
405 "example": 300
406 },
407 "memoryMbytes": {
408 "type": "integer",
409 "example": 1024
410 },
411 "diskMbytes": {
412 "type": "integer",
413 "example": 2048
414 }
415 }
416 },
417 "buildId": {
418 "type": "string"
419 },
420 "defaultKeyValueStoreId": {
421 "type": "string"
422 },
423 "defaultDatasetId": {
424 "type": "string"
425 },
426 "defaultRequestQueueId": {
427 "type": "string"
428 },
429 "buildNumber": {
430 "type": "string",
431 "example": "1.0.0"
432 },
433 "containerUrl": {
434 "type": "string"
435 },
436 "usage": {
437 "type": "object",
438 "properties": {
439 "ACTOR_COMPUTE_UNITS": {
440 "type": "integer",
441 "example": 0
442 },
443 "DATASET_READS": {
444 "type": "integer",
445 "example": 0
446 },
447 "DATASET_WRITES": {
448 "type": "integer",
449 "example": 0
450 },
451 "KEY_VALUE_STORE_READS": {
452 "type": "integer",
453 "example": 0
454 },
455 "KEY_VALUE_STORE_WRITES": {
456 "type": "integer",
457 "example": 1
458 },
459 "KEY_VALUE_STORE_LISTS": {
460 "type": "integer",
461 "example": 0
462 },
463 "REQUEST_QUEUE_READS": {
464 "type": "integer",
465 "example": 0
466 },
467 "REQUEST_QUEUE_WRITES": {
468 "type": "integer",
469 "example": 0
470 },
471 "DATA_TRANSFER_INTERNAL_GBYTES": {
472 "type": "integer",
473 "example": 0
474 },
475 "DATA_TRANSFER_EXTERNAL_GBYTES": {
476 "type": "integer",
477 "example": 0
478 },
479 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
480 "type": "integer",
481 "example": 0
482 },
483 "PROXY_SERPS": {
484 "type": "integer",
485 "example": 0
486 }
487 }
488 },
489 "usageTotalUsd": {
490 "type": "number",
491 "example": 0.00005
492 },
493 "usageUsd": {
494 "type": "object",
495 "properties": {
496 "ACTOR_COMPUTE_UNITS": {
497 "type": "integer",
498 "example": 0
499 },
500 "DATASET_READS": {
501 "type": "integer",
502 "example": 0
503 },
504 "DATASET_WRITES": {
505 "type": "integer",
506 "example": 0
507 },
508 "KEY_VALUE_STORE_READS": {
509 "type": "integer",
510 "example": 0
511 },
512 "KEY_VALUE_STORE_WRITES": {
513 "type": "number",
514 "example": 0.00005
515 },
516 "KEY_VALUE_STORE_LISTS": {
517 "type": "integer",
518 "example": 0
519 },
520 "REQUEST_QUEUE_READS": {
521 "type": "integer",
522 "example": 0
523 },
524 "REQUEST_QUEUE_WRITES": {
525 "type": "integer",
526 "example": 0
527 },
528 "DATA_TRANSFER_INTERNAL_GBYTES": {
529 "type": "integer",
530 "example": 0
531 },
532 "DATA_TRANSFER_EXTERNAL_GBYTES": {
533 "type": "integer",
534 "example": 0
535 },
536 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
537 "type": "integer",
538 "example": 0
539 },
540 "PROXY_SERPS": {
541 "type": "integer",
542 "example": 0
543 }
544 }
545 }
546 }
547 }
548 }
549 }
550 }
551 }
552}
angi.com (Angie's List) Scraper OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for angi.com (Angie's List) Scraper from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Actor Metrics
24 monthly users
-
4 stars
97% runs succeeded
7.9 hours response time
Created in Nov 2024
Modified 2 days ago