VOOZH about

URL: https://apify.com/haketa/angi-scraper/api

⇱ Angi Scraper - US Home Service Pros & Contractors API Β· Apify


πŸ‘ Angi Scraper - US Home Service Pros & Contractors avatar

Angi Scraper - US Home Service Pros & Contractors

Pricing

from $3.00 / 1,000 results

Go to Apify Store

Angi Scraper - US Home Service Pros & Contractors

Angi (Angie's List) scraper & data API: find US home-service pros & contractors by category and city β€” export business name, category, phone, full address, rating, review count, reviews, years in business & verification. Home-services lead generation & local market research β€” fast.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

7 days ago

Last modified

Share

You might also like

Angi Home Services Scraper

jungle_synthesizer/angi-scraper

Scrape Angi home-service provider listings by category and location. Returns business name, phone, website, rating, review count, service categories, service-area ZIPs, address, certified flag, and more. For lead generation, contractor CRMs, and local business intelligence.

πŸ‘ User avatar

BowTiedRaccoon

2

Angi (Angie's List) Contractor & Reviews Scraper

parseforge/angies-list-scraper

Extract verified home service contractor profiles, ratings, reviews, services, addresses, and business hours from Angi (Angie's List). Used by contractors, insurance, and lead-gen teams.

Angi (Angie's List) Pro Directory Scraper

jungle_synthesizer/angies-list-angi-pro-directory-scraper

Scrape the Angi pro directory for service-pros by ZIP and category. Returns business name, service categories, service-area ZIPs, rating, review count, certified flag, Super Service Award, address, phone, and website. For home-services SaaS, contractor CRMs, and competitive intel.

πŸ‘ User avatar

BowTiedRaccoon

3

angi.com (Angie's List) Scraper

igolaizola/angi-scraper

Extract verified business data from Angi (formerly Angie's List) including 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.

πŸ‘ User avatar

IΓ±igo Garcia Olaizola

312

5.0

Angi (formerly Angie's List) Scraper

alizarin_refrigerator-owner/angi-scraper

Angi Scraper extracts comprehensive business data from Angi (formerly Angie's List), the leading home services marketplace. Get verified contractor profiles, customer reviews, ratings, and project photos for plumbers, electricians, HVAC technicians, roofers, and all home service categories.

63

1.0

Angi Home Services Scraper

crawlerbros/angi-scraper

Scrape Angi home-service provider listings (plumbers, electricians, HVAC, etc.) with phone, website, rating, reviews, services, service areas, licenses. Requires hardcoded Apify RESIDENTIAL US proxy.

13

5.0

Angi Scraper

solidcode/angi-scraper

[πŸ’° $0.8 / 1K] Extract contractor and home-service pro listings from Angi.com - business names, phone numbers, addresses, ratings, reviews, hours, and photos. Search by keyword and location, browse by category, paste Angi URLs directly. Optional per-pro reviews extraction.

Houzz Scraper β€” Home Pros, Contacts & Reviews

scrapesage/houzz-scraper

Scrape Houzz home-improvement pros (contractors, designers, architects) β€” name, phone, full address, rating, reviews, license & services. Filter by category and location, optionally enrich emails from their website. Monitor mode for new pros. No login.

You can access the Angi Scraper - US Home Service Pros & Contractors programmatically from your own applications by using the Apify API. You can also 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "categories": [
< "plumbing"
< ],
< "locations": [
< "ny/new-york"
< ],
< "proxyConfiguration": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ],
< "apifyProxyCountry": "US"
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/haketa~angi-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Angi Scraper - US Home Service Pros & Contractors API

Below, you can find a list of relevant HTTP API endpoints for calling the Angi Scraper - US Home Service Pros & Contractors Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/haketa~angi-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/haketa~angi-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/haketa~angi-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Angi Scraper - US Home Service Pros & Contractors API programmatically via the Apify API.

You can choose from:

Angi Scraper - US Home Service Pros & Contractors API in Python

Angi Scraper - US Home Service Pros & Contractors API in JavaScript

Angi Scraper - US Home Service Pros & Contractors API through CLI

Angi Scraper - US Home Service Pros & Contractors OpenAPI definition

You can start Angi Scraper - US Home Service Pros & Contractors with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Angi Scraper - US Home Service Pros & Contractors is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Angi Scraper - US Home Service Pros & Contractors run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.