# Angi Contractor & Reviews Scraper (`parseforge/angies-list-scraper`) Actor

Scrapes Angi contractor listings and reviews for any US city and service category. Returns business name, phone, address, rating, review count, and badges as a flat dataset.

- **URL**: https://apify.com/parseforge/angies-list-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Business, Lead generation
- **Stats:** 7 total users, 1 monthly users, 89.7% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.71 / 1,000 result items

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### Angi Contractor & Reviews Scraper

**Scrape contractor profiles and reviews from Angi, formerly Angie's List, for any US city and service category.** Each record includes business name, phone, address, rating, review count, and badges. Export to CSV, JSON, Excel, or XML.

Angi's directory of home service professionals holds verified reviews and contact details, but manually copying hundreds of listings is slow and error-prone. This scraper reads the public search pages directly, so you can pull plumbers, electricians, roofers, and more from any metro area without writing a line of code. It handles the site's bot protection with residential proxies, returning clean, structured data every run.

| Who uses it | What they scrape Angi for |
|---|---|
| Marketing agencies | Build lead lists of local service businesses for outreach campaigns. |
| Home service franchisors | Monitor competitor density and ratings across target expansion cities. |
| Data analysts | Aggregate regional pricing signals and service availability trends. |
| Recruiters | Identify highly-rated independent contractors for acquisition or hiring. |

### What it does

This Actor collects Angi contractor listings from city and service URLs and returns each business as a flat row with optional full profile details.

- 🏙️ **City and service targeting:** feed it one or more Angi search URLs, each combining a US city and a service category like plumbing, HVAC, or landscaping.
- 📋 **Profile enrichment:** enable the profile detail fetch to pull full descriptions, street addresses, phone numbers, badges, and review highlights for every contractor.
- ⚡ **Listing-only speed run:** disable profile details to scrape the search results page alone, collecting name, rating, and review count at high throughput.
- 🛡️ **Bot protection bypass:** pre-configured with US residential proxies to reliably avoid Cloudflare and DataDome blocks during large runs.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with Angi data

**📈 Build a local lead list.**

A marketing agency scrapes all highly-rated plumbers in Dallas and Houston, exports the CSV, and loads it into their CRM for a direct mail campaign.

**🗺️ Analyze a competitive market.**

A franchise development manager pulls every HVAC contractor in Phoenix and Denver to map competitor density and average ratings before opening a new location.

**📊 Track service availability trends.**

A data analyst runs the scraper monthly across ten major US cities for house cleaning and landscaping, feeding the counts into a dashboard that tracks supply-side shifts.

**🏆 Identify top-rated independents.**

A home services holding company scrapes Angi for roofing contractors with the Super Service Award badge to build a shortlist of acquisition targets.

### Why choose this scraper

| | What you get |
|---|---|
| **Verified contact data** | Business phone numbers and addresses pulled from full profiles |
| **Review intelligence** | Star ratings, total review counts, and highlighted review snippets |
| **Service badges** | Angi Certified, Super Service Award, and other trust signals |
| **Flexible depth** | Choose between fast listing-only scrapes or enriched profile-level data |

### How it compares

This Actor and the alternative Angi scraper both target angi.com, but they differ in configuration approach and the specific data fields returned.

| Feature | ParseForge | angi.com (Angie's List) Scraper |
|---|---|---|
| City and service URL input | Yes, multiple URLs per run | Not listed |
| Full profile detail fetch | Yes, optional toggle | Not listed |
| Phone number extraction | Yes, from profile pages | Yes |
| Review highlights and badges | Yes | Not listed |
| Pre-configured residential proxy | Yes, US residential default | Not listed |

### Configure the run

Drive the Actor with one or more Angi search URLs, each targeting a city and service, and set a maximum number of businesses to cap the run. The Input tab lists every parameter.

A first run with the defaults:

```json
{
 "searchUrls": [
 "https://www.angi.com/companylist/us/az/phoenix/electrical.htm",
 "https://www.angi.com/companylist/us/az/phoenix/house-cleaning.htm",
 "https://www.angi.com/companylist/us/az/phoenix/hvac.htm",
 "https://www.angi.com/companylist/us/az/phoenix/landscaping.htm",
 "https://www.angi.com/companylist/us/az/phoenix/painting.htm",
 "https://www.angi.com/companylist/us/az/phoenix/plumbing.htm",
 "https://www.angi.com/companylist/us/az/phoenix/roofing.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/electrical.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/hvac.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/landscaping.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/painting.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/plumbing.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/roofing.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/electrical.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/hvac.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/landscaping.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/painting.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/plumbing.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/roofing.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/electrical.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/hvac.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/landscaping.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/painting.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/plumbing.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/roofing.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/electrical.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/hvac.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/landscaping.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/painting.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/plumbing.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/roofing.htm",
 "https://www.angi.com/companylist/us/co/denver/electrical.htm",
 "https://www.angi.com/companylist/us/co/denver/house-cleaning.htm",
 "https://www.angi.com/companylist/us/co/denver/hvac.htm",
 "https://www.angi.com/companylist/us/co/denver/landscaping.htm",
 "https://www.angi.com/companylist/us/co/denver/painting.htm",
 "https://www.angi.com/companylist/us/co/denver/plumbing.htm",
 "https://www.angi.com/companylist/us/co/denver/roofing.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/electrical.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/house-cleaning.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/hvac.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/landscaping.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/painting.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/plumbing.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/roofing.htm",
 "https://www.angi.com/companylist/us/il/chicago/electrical.htm",
 "https://www.angi.com/companylist/us/il/chicago/house-cleaning.htm",
 "https://www.angi.com/companylist/us/il/chicago/hvac.htm",
 "https://www.angi.com/companylist/us/il/chicago/landscaping.htm",
 "https://www.angi.com/companylist/us/il/chicago/painting.htm",
 "https://www.angi.com/companylist/us/il/chicago/plumbing.htm",
 "https://www.angi.com/companylist/us/il/chicago/roofing.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/electrical.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/house-cleaning.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/hvac.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/landscaping.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/painting.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/plumbing.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/roofing.htm",
 "https://www.angi.com/companylist/us/ma/boston/electrical.htm",
 "https://www.angi.com/companylist/us/ma/boston/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ma/boston/hvac.htm",
 "https://www.angi.com/companylist/us/ma/boston/landscaping.htm",
 "https://www.angi.com/companylist/us/ma/boston/painting.htm",
 "https://www.angi.com/companylist/us/ma/boston/plumbing.htm",
 "https://www.angi.com/companylist/us/ma/boston/roofing.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/electrical.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/house-cleaning.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/hvac.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/landscaping.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/painting.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/plumbing.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/roofing.htm",
 "https://www.angi.com/companylist/us/oh/columbus/electrical.htm",
 "https://www.angi.com/companylist/us/oh/columbus/house-cleaning.htm",
 "https://www.angi.com/companylist/us/oh/columbus/hvac.htm",
 "https://www.angi.com/companylist/us/oh/columbus/landscaping.htm",
 "https://www.angi.com/companylist/us/oh/columbus/painting.htm",
 "https://www.angi.com/companylist/us/oh/columbus/plumbing.htm",
 "https://www.angi.com/companylist/us/oh/columbus/roofing.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/electrical.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/house-cleaning.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/hvac.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/landscaping.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/painting.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/plumbing.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/roofing.htm",
 "https://www.angi.com/companylist/us/tn/nashville/electrical.htm",
 "https://www.angi.com/companylist/us/tn/nashville/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tn/nashville/hvac.htm",
 "https://www.angi.com/companylist/us/tn/nashville/landscaping.htm",
 "https://www.angi.com/companylist/us/tn/nashville/painting.htm",
 "https://www.angi.com/companylist/us/tn/nashville/plumbing.htm",
 "https://www.angi.com/companylist/us/tn/nashville/roofing.htm",
 "https://www.angi.com/companylist/us/tx/austin/electrical.htm",
 "https://www.angi.com/companylist/us/tx/austin/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tx/austin/hvac.htm",
 "https://www.angi.com/companylist/us/tx/austin/landscaping.htm",
 "https://www.angi.com/companylist/us/tx/austin/painting.htm",
 "https://www.angi.com/companylist/us/tx/austin/plumbing.htm",
 "https://www.angi.com/companylist/us/tx/austin/roofing.htm",
 "https://www.angi.com/companylist/us/tx/dallas/electrical.htm",
 "https://www.angi.com/companylist/us/tx/dallas/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tx/dallas/hvac.htm",
 "https://www.angi.com/companylist/us/tx/dallas/landscaping.htm",
 "https://www.angi.com/companylist/us/tx/dallas/painting.htm",
 "https://www.angi.com/companylist/us/tx/dallas/plumbing.htm",
 "https://www.angi.com/companylist/us/tx/dallas/roofing.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/electrical.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/hvac.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/landscaping.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/painting.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/plumbing.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/roofing.htm",
 "https://www.angi.com/companylist/us/tx/houston/electrical.htm",
 "https://www.angi.com/companylist/us/tx/houston/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tx/houston/hvac.htm",
 "https://www.angi.com/companylist/us/tx/houston/landscaping.htm",
 "https://www.angi.com/companylist/us/tx/houston/painting.htm",
 "https://www.angi.com/companylist/us/tx/houston/plumbing.htm",
 "https://www.angi.com/companylist/us/tx/houston/roofing.htm",
 "https://www.angi.com/companylist/us/wa/seattle/electrical.htm",
 "https://www.angi.com/companylist/us/wa/seattle/house-cleaning.htm",
 "https://www.angi.com/companylist/us/wa/seattle/hvac.htm",
 "https://www.angi.com/companylist/us/wa/seattle/landscaping.htm",
 "https://www.angi.com/companylist/us/wa/seattle/painting.htm",
 "https://www.angi.com/companylist/us/wa/seattle/plumbing.htm",
 "https://www.angi.com/companylist/us/wa/seattle/roofing.htm"
 ],
 "maxItems": 10,
 "proxyConfiguration": {
 "useApifyProxy": true,
 "apifyProxyGroups": [
 "RESIDENTIAL"
 ],
 "apifyProxyCountry": "US"
 }
}
```

A larger pull:

```json
{
 "searchUrls": [
 "https://www.angi.com/companylist/us/az/phoenix/electrical.htm",
 "https://www.angi.com/companylist/us/az/phoenix/house-cleaning.htm",
 "https://www.angi.com/companylist/us/az/phoenix/hvac.htm",
 "https://www.angi.com/companylist/us/az/phoenix/landscaping.htm",
 "https://www.angi.com/companylist/us/az/phoenix/painting.htm",
 "https://www.angi.com/companylist/us/az/phoenix/plumbing.htm",
 "https://www.angi.com/companylist/us/az/phoenix/roofing.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/electrical.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/hvac.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/landscaping.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/painting.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/plumbing.htm",
 "https://www.angi.com/companylist/us/ca/los-angeles/roofing.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/electrical.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/hvac.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/landscaping.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/painting.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/plumbing.htm",
 "https://www.angi.com/companylist/us/ca/san-diego/roofing.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/electrical.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/hvac.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/landscaping.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/painting.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/plumbing.htm",
 "https://www.angi.com/companylist/us/ca/san-francisco/roofing.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/electrical.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/hvac.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/landscaping.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/painting.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/plumbing.htm",
 "https://www.angi.com/companylist/us/ca/san-jose/roofing.htm",
 "https://www.angi.com/companylist/us/co/denver/electrical.htm",
 "https://www.angi.com/companylist/us/co/denver/house-cleaning.htm",
 "https://www.angi.com/companylist/us/co/denver/hvac.htm",
 "https://www.angi.com/companylist/us/co/denver/landscaping.htm",
 "https://www.angi.com/companylist/us/co/denver/painting.htm",
 "https://www.angi.com/companylist/us/co/denver/plumbing.htm",
 "https://www.angi.com/companylist/us/co/denver/roofing.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/electrical.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/house-cleaning.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/hvac.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/landscaping.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/painting.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/plumbing.htm",
 "https://www.angi.com/companylist/us/fl/jacksonville/roofing.htm",
 "https://www.angi.com/companylist/us/il/chicago/electrical.htm",
 "https://www.angi.com/companylist/us/il/chicago/house-cleaning.htm",
 "https://www.angi.com/companylist/us/il/chicago/hvac.htm",
 "https://www.angi.com/companylist/us/il/chicago/landscaping.htm",
 "https://www.angi.com/companylist/us/il/chicago/painting.htm",
 "https://www.angi.com/companylist/us/il/chicago/plumbing.htm",
 "https://www.angi.com/companylist/us/il/chicago/roofing.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/electrical.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/house-cleaning.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/hvac.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/landscaping.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/painting.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/plumbing.htm",
 "https://www.angi.com/companylist/us/in/indianapolis/roofing.htm",
 "https://www.angi.com/companylist/us/ma/boston/electrical.htm",
 "https://www.angi.com/companylist/us/ma/boston/house-cleaning.htm",
 "https://www.angi.com/companylist/us/ma/boston/hvac.htm",
 "https://www.angi.com/companylist/us/ma/boston/landscaping.htm",
 "https://www.angi.com/companylist/us/ma/boston/painting.htm",
 "https://www.angi.com/companylist/us/ma/boston/plumbing.htm",
 "https://www.angi.com/companylist/us/ma/boston/roofing.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/electrical.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/house-cleaning.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/hvac.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/landscaping.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/painting.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/plumbing.htm",
 "https://www.angi.com/companylist/us/nc/charlotte/roofing.htm",
 "https://www.angi.com/companylist/us/oh/columbus/electrical.htm",
 "https://www.angi.com/companylist/us/oh/columbus/house-cleaning.htm",
 "https://www.angi.com/companylist/us/oh/columbus/hvac.htm",
 "https://www.angi.com/companylist/us/oh/columbus/landscaping.htm",
 "https://www.angi.com/companylist/us/oh/columbus/painting.htm",
 "https://www.angi.com/companylist/us/oh/columbus/plumbing.htm",
 "https://www.angi.com/companylist/us/oh/columbus/roofing.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/electrical.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/house-cleaning.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/hvac.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/landscaping.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/painting.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/plumbing.htm",
 "https://www.angi.com/companylist/us/pa/philadelphia/roofing.htm",
 "https://www.angi.com/companylist/us/tn/nashville/electrical.htm",
 "https://www.angi.com/companylist/us/tn/nashville/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tn/nashville/hvac.htm",
 "https://www.angi.com/companylist/us/tn/nashville/landscaping.htm",
 "https://www.angi.com/companylist/us/tn/nashville/painting.htm",
 "https://www.angi.com/companylist/us/tn/nashville/plumbing.htm",
 "https://www.angi.com/companylist/us/tn/nashville/roofing.htm",
 "https://www.angi.com/companylist/us/tx/austin/electrical.htm",
 "https://www.angi.com/companylist/us/tx/austin/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tx/austin/hvac.htm",
 "https://www.angi.com/companylist/us/tx/austin/landscaping.htm",
 "https://www.angi.com/companylist/us/tx/austin/painting.htm",
 "https://www.angi.com/companylist/us/tx/austin/plumbing.htm",
 "https://www.angi.com/companylist/us/tx/austin/roofing.htm",
 "https://www.angi.com/companylist/us/tx/dallas/electrical.htm",
 "https://www.angi.com/companylist/us/tx/dallas/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tx/dallas/hvac.htm",
 "https://www.angi.com/companylist/us/tx/dallas/landscaping.htm",
 "https://www.angi.com/companylist/us/tx/dallas/painting.htm",
 "https://www.angi.com/companylist/us/tx/dallas/plumbing.htm",
 "https://www.angi.com/companylist/us/tx/dallas/roofing.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/electrical.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/hvac.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/landscaping.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/painting.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/plumbing.htm",
 "https://www.angi.com/companylist/us/tx/fort-worth/roofing.htm",
 "https://www.angi.com/companylist/us/tx/houston/electrical.htm",
 "https://www.angi.com/companylist/us/tx/houston/house-cleaning.htm",
 "https://www.angi.com/companylist/us/tx/houston/hvac.htm",
 "https://www.angi.com/companylist/us/tx/houston/landscaping.htm",
 "https://www.angi.com/companylist/us/tx/houston/painting.htm",
 "https://www.angi.com/companylist/us/tx/houston/plumbing.htm",
 "https://www.angi.com/companylist/us/tx/houston/roofing.htm",
 "https://www.angi.com/companylist/us/wa/seattle/electrical.htm",
 "https://www.angi.com/companylist/us/wa/seattle/house-cleaning.htm",
 "https://www.angi.com/companylist/us/wa/seattle/hvac.htm",
 "https://www.angi.com/companylist/us/wa/seattle/landscaping.htm",
 "https://www.angi.com/companylist/us/wa/seattle/painting.htm",
 "https://www.angi.com/companylist/us/wa/seattle/plumbing.htm",
 "https://www.angi.com/companylist/us/wa/seattle/roofing.htm"
 ],
 "maxItems": 200,
 "proxyConfiguration": {
 "useApifyProxy": true,
 "apifyProxyGroups": [
 "RESIDENTIAL"
 ],
 "apifyProxyCountry": "US"
 }
}
```

### Pricing

Pay-per-result: **$0.006 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $0.60 |
| 1,000 results | $6.00 |
| 10,000 results | $60.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [Angi Contractor & Reviews Scraper](https://apify.com/parseforge/angies-list-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to Angi through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/angies-list-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting zero results?**

Check that your search URLs are correctly formatted and point to live Angi directory pages. Try opening the URL in a regular browser first. If the page loads but the scraper returns nothing, the site may have changed its layout; contact support with a sample URL.

**The run fails with a proxy or timeout error.**

Angi blocks datacenter IPs aggressively. Ensure your proxy configuration is set to Apify residential proxies with the US region selected. If you are using your own proxies, switch to Apify's residential group.

**I only got 10 results but I set maxItems higher.**

Free Apify accounts are limited to 10 items per run as a preview. Upgrade to a paid plan to remove this cap and collect up to the full maxItems value you configured.

**Profile details are missing for some contractors.**

Some Angi profiles may have incomplete data or the detail page may have loaded slowly. Try re-running with a lower maxItems count or ensure your proxy connection is stable. The Actor skips a profile detail fetch if the page fails to load after retries.

**The run is very slow.**

Full profile mode adds approximately 3 seconds per contractor because it visits each detail page. For faster runs, disable the fetchProfileDetails checkbox to scrape listing-only data at higher speed.

### FAQ

| Question | Answer |
|---|---|
| Can I scrape multiple cities and services in one run? | Yes. Add as many Angi search URLs as you need to the searchUrls input field. The Actor processes them sequentially and aggregates all results into a single dataset. |
| What is the difference between listing-only and full profile mode? | Listing-only mode scrapes the search results page and returns name, rating, and review count. Full profile mode visits each contractor's detail page to add description, address, phone number, badges, and review highlights. Profile mode adds roughly 3 seconds per record. |
| Does this scraper work for any US city? | Yes. Any city and service combination that has a live Angi directory page can be scraped. The prefill includes dozens of major metros, but you can construct your own URLs for any location. |
| Why do I need a residential proxy? | Angi uses Cloudflare and DataDome bot protection that blocks datacenter IPs. The Actor is pre-configured with Apify's US residential proxies, which route requests through real ISP addresses to avoid detection. |
| Can I limit how many businesses the scraper collects? | Yes. Set the maxItems field to cap the total number of contractor records returned. Free users are limited to 10 items for preview; paid users can request up to 1,000,000. |
| What export formats are supported? | You can export your results to CSV, JSON, Excel, or XML directly from the Apify dataset tab after the run completes. |
| Does this scraper require an Angi login? | No. The Actor reads publicly accessible directory pages and does not need an Angi account, API key, or login credentials. |
| How do I construct an Angi search URL? | Use the pattern https://www.angi.com/companylist/us/{state-abbreviation}/{city-slug}/{service-slug}.htm. For example, /us/tx/austin/plumbing.htm targets plumbers in Austin, Texas. |
| Can I scrape contractor reviews in full? | The Actor collects review highlights and total review counts from profile pages. It does not paginate through every individual review text. |
| Is this the same as the old Angie's List? | Yes. Angie's List rebranded to Angi in 2021. The directory structure and data are the same, and this scraper works on the current angi.com domain. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Angi Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `searchUrls` (type: `array`):

One or more Angi listing URLs. Use a city + service URL (e.g. https://www.angi.com/companylist/us/ca/los-angeles/plumbers.htm), a state-wide service URL (https://www.angi.com/companylist/us/ny/electricians.htm), or a directory page (https://www.angi.com/companylist/us/tx/). The scraper visits each URL and aggregates contractor profiles.

## `maxItems` (type: `integer`):

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000.

## `fetchProfileDetails` (type: `boolean`):

When enabled the scraper visits each contractor's profile page to enrich records with description, address, phone, badges, and review highlights. Disable for a faster, listing-only run.

## `proxyConfiguration` (type: `object`):

Apify residential US proxy is recommended to bypass Cloudflare and DataDome challenges reliably.

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.angi.com/companylist/us/az/phoenix/electrical.htm",
    "https://www.angi.com/companylist/us/az/phoenix/house-cleaning.htm",
    "https://www.angi.com/companylist/us/az/phoenix/hvac.htm",
    "https://www.angi.com/companylist/us/az/phoenix/landscaping.htm",
    "https://www.angi.com/companylist/us/az/phoenix/painting.htm",
    "https://www.angi.com/companylist/us/az/phoenix/plumbing.htm",
    "https://www.angi.com/companylist/us/az/phoenix/roofing.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/electrical.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/hvac.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/landscaping.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/painting.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/plumbing.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/roofing.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/electrical.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/hvac.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/landscaping.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/painting.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/plumbing.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/roofing.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/electrical.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/hvac.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/landscaping.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/painting.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/plumbing.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/roofing.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/electrical.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/hvac.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/landscaping.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/painting.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/plumbing.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/roofing.htm",
    "https://www.angi.com/companylist/us/co/denver/electrical.htm",
    "https://www.angi.com/companylist/us/co/denver/house-cleaning.htm",
    "https://www.angi.com/companylist/us/co/denver/hvac.htm",
    "https://www.angi.com/companylist/us/co/denver/landscaping.htm",
    "https://www.angi.com/companylist/us/co/denver/painting.htm",
    "https://www.angi.com/companylist/us/co/denver/plumbing.htm",
    "https://www.angi.com/companylist/us/co/denver/roofing.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/electrical.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/house-cleaning.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/hvac.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/landscaping.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/painting.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/plumbing.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/roofing.htm",
    "https://www.angi.com/companylist/us/il/chicago/electrical.htm",
    "https://www.angi.com/companylist/us/il/chicago/house-cleaning.htm",
    "https://www.angi.com/companylist/us/il/chicago/hvac.htm",
    "https://www.angi.com/companylist/us/il/chicago/landscaping.htm",
    "https://www.angi.com/companylist/us/il/chicago/painting.htm",
    "https://www.angi.com/companylist/us/il/chicago/plumbing.htm",
    "https://www.angi.com/companylist/us/il/chicago/roofing.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/electrical.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/house-cleaning.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/hvac.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/landscaping.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/painting.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/plumbing.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/roofing.htm",
    "https://www.angi.com/companylist/us/ma/boston/electrical.htm",
    "https://www.angi.com/companylist/us/ma/boston/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ma/boston/hvac.htm",
    "https://www.angi.com/companylist/us/ma/boston/landscaping.htm",
    "https://www.angi.com/companylist/us/ma/boston/painting.htm",
    "https://www.angi.com/companylist/us/ma/boston/plumbing.htm",
    "https://www.angi.com/companylist/us/ma/boston/roofing.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/electrical.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/house-cleaning.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/hvac.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/landscaping.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/painting.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/plumbing.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/roofing.htm",
    "https://www.angi.com/companylist/us/oh/columbus/electrical.htm",
    "https://www.angi.com/companylist/us/oh/columbus/house-cleaning.htm",
    "https://www.angi.com/companylist/us/oh/columbus/hvac.htm",
    "https://www.angi.com/companylist/us/oh/columbus/landscaping.htm",
    "https://www.angi.com/companylist/us/oh/columbus/painting.htm",
    "https://www.angi.com/companylist/us/oh/columbus/plumbing.htm",
    "https://www.angi.com/companylist/us/oh/columbus/roofing.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/electrical.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/house-cleaning.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/hvac.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/landscaping.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/painting.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/plumbing.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/roofing.htm",
    "https://www.angi.com/companylist/us/tn/nashville/electrical.htm",
    "https://www.angi.com/companylist/us/tn/nashville/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tn/nashville/hvac.htm",
    "https://www.angi.com/companylist/us/tn/nashville/landscaping.htm",
    "https://www.angi.com/companylist/us/tn/nashville/painting.htm",
    "https://www.angi.com/companylist/us/tn/nashville/plumbing.htm",
    "https://www.angi.com/companylist/us/tn/nashville/roofing.htm",
    "https://www.angi.com/companylist/us/tx/austin/electrical.htm",
    "https://www.angi.com/companylist/us/tx/austin/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tx/austin/hvac.htm",
    "https://www.angi.com/companylist/us/tx/austin/landscaping.htm",
    "https://www.angi.com/companylist/us/tx/austin/painting.htm",
    "https://www.angi.com/companylist/us/tx/austin/plumbing.htm",
    "https://www.angi.com/companylist/us/tx/austin/roofing.htm",
    "https://www.angi.com/companylist/us/tx/dallas/electrical.htm",
    "https://www.angi.com/companylist/us/tx/dallas/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tx/dallas/hvac.htm",
    "https://www.angi.com/companylist/us/tx/dallas/landscaping.htm",
    "https://www.angi.com/companylist/us/tx/dallas/painting.htm",
    "https://www.angi.com/companylist/us/tx/dallas/plumbing.htm",
    "https://www.angi.com/companylist/us/tx/dallas/roofing.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/electrical.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/hvac.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/landscaping.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/painting.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/plumbing.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/roofing.htm",
    "https://www.angi.com/companylist/us/tx/houston/electrical.htm",
    "https://www.angi.com/companylist/us/tx/houston/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tx/houston/hvac.htm",
    "https://www.angi.com/companylist/us/tx/houston/landscaping.htm",
    "https://www.angi.com/companylist/us/tx/houston/painting.htm",
    "https://www.angi.com/companylist/us/tx/houston/plumbing.htm",
    "https://www.angi.com/companylist/us/tx/houston/roofing.htm",
    "https://www.angi.com/companylist/us/wa/seattle/electrical.htm",
    "https://www.angi.com/companylist/us/wa/seattle/house-cleaning.htm",
    "https://www.angi.com/companylist/us/wa/seattle/hvac.htm",
    "https://www.angi.com/companylist/us/wa/seattle/landscaping.htm",
    "https://www.angi.com/companylist/us/wa/seattle/painting.htm",
    "https://www.angi.com/companylist/us/wa/seattle/plumbing.htm",
    "https://www.angi.com/companylist/us/wa/seattle/roofing.htm"
  ],
  "maxItems": 10,
  "fetchProfileDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# Actor output Schema

## `contractors` (type: `string`):

Complete dataset of contractor profile records.

## `overview` (type: `string`):

Tabular overview of contractor profiles.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchUrls": [
        "https://www.angi.com/companylist/us/az/phoenix/electrical.htm",
        "https://www.angi.com/companylist/us/az/phoenix/house-cleaning.htm",
        "https://www.angi.com/companylist/us/az/phoenix/hvac.htm",
        "https://www.angi.com/companylist/us/az/phoenix/landscaping.htm",
        "https://www.angi.com/companylist/us/az/phoenix/painting.htm",
        "https://www.angi.com/companylist/us/az/phoenix/plumbing.htm",
        "https://www.angi.com/companylist/us/az/phoenix/roofing.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/electrical.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/hvac.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/landscaping.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/painting.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/plumbing.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/roofing.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/electrical.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/hvac.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/landscaping.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/painting.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/plumbing.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/roofing.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/electrical.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/hvac.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/landscaping.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/painting.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/plumbing.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/roofing.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/electrical.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/hvac.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/landscaping.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/painting.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/plumbing.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/roofing.htm",
        "https://www.angi.com/companylist/us/co/denver/electrical.htm",
        "https://www.angi.com/companylist/us/co/denver/house-cleaning.htm",
        "https://www.angi.com/companylist/us/co/denver/hvac.htm",
        "https://www.angi.com/companylist/us/co/denver/landscaping.htm",
        "https://www.angi.com/companylist/us/co/denver/painting.htm",
        "https://www.angi.com/companylist/us/co/denver/plumbing.htm",
        "https://www.angi.com/companylist/us/co/denver/roofing.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/electrical.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/house-cleaning.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/hvac.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/landscaping.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/painting.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/plumbing.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/roofing.htm",
        "https://www.angi.com/companylist/us/il/chicago/electrical.htm",
        "https://www.angi.com/companylist/us/il/chicago/house-cleaning.htm",
        "https://www.angi.com/companylist/us/il/chicago/hvac.htm",
        "https://www.angi.com/companylist/us/il/chicago/landscaping.htm",
        "https://www.angi.com/companylist/us/il/chicago/painting.htm",
        "https://www.angi.com/companylist/us/il/chicago/plumbing.htm",
        "https://www.angi.com/companylist/us/il/chicago/roofing.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/electrical.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/house-cleaning.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/hvac.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/landscaping.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/painting.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/plumbing.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/roofing.htm",
        "https://www.angi.com/companylist/us/ma/boston/electrical.htm",
        "https://www.angi.com/companylist/us/ma/boston/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ma/boston/hvac.htm",
        "https://www.angi.com/companylist/us/ma/boston/landscaping.htm",
        "https://www.angi.com/companylist/us/ma/boston/painting.htm",
        "https://www.angi.com/companylist/us/ma/boston/plumbing.htm",
        "https://www.angi.com/companylist/us/ma/boston/roofing.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/electrical.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/house-cleaning.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/hvac.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/landscaping.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/painting.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/plumbing.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/roofing.htm",
        "https://www.angi.com/companylist/us/oh/columbus/electrical.htm",
        "https://www.angi.com/companylist/us/oh/columbus/house-cleaning.htm",
        "https://www.angi.com/companylist/us/oh/columbus/hvac.htm",
        "https://www.angi.com/companylist/us/oh/columbus/landscaping.htm",
        "https://www.angi.com/companylist/us/oh/columbus/painting.htm",
        "https://www.angi.com/companylist/us/oh/columbus/plumbing.htm",
        "https://www.angi.com/companylist/us/oh/columbus/roofing.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/electrical.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/house-cleaning.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/hvac.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/landscaping.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/painting.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/plumbing.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/roofing.htm",
        "https://www.angi.com/companylist/us/tn/nashville/electrical.htm",
        "https://www.angi.com/companylist/us/tn/nashville/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tn/nashville/hvac.htm",
        "https://www.angi.com/companylist/us/tn/nashville/landscaping.htm",
        "https://www.angi.com/companylist/us/tn/nashville/painting.htm",
        "https://www.angi.com/companylist/us/tn/nashville/plumbing.htm",
        "https://www.angi.com/companylist/us/tn/nashville/roofing.htm",
        "https://www.angi.com/companylist/us/tx/austin/electrical.htm",
        "https://www.angi.com/companylist/us/tx/austin/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tx/austin/hvac.htm",
        "https://www.angi.com/companylist/us/tx/austin/landscaping.htm",
        "https://www.angi.com/companylist/us/tx/austin/painting.htm",
        "https://www.angi.com/companylist/us/tx/austin/plumbing.htm",
        "https://www.angi.com/companylist/us/tx/austin/roofing.htm",
        "https://www.angi.com/companylist/us/tx/dallas/electrical.htm",
        "https://www.angi.com/companylist/us/tx/dallas/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tx/dallas/hvac.htm",
        "https://www.angi.com/companylist/us/tx/dallas/landscaping.htm",
        "https://www.angi.com/companylist/us/tx/dallas/painting.htm",
        "https://www.angi.com/companylist/us/tx/dallas/plumbing.htm",
        "https://www.angi.com/companylist/us/tx/dallas/roofing.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/electrical.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/hvac.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/landscaping.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/painting.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/plumbing.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/roofing.htm",
        "https://www.angi.com/companylist/us/tx/houston/electrical.htm",
        "https://www.angi.com/companylist/us/tx/houston/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tx/houston/hvac.htm",
        "https://www.angi.com/companylist/us/tx/houston/landscaping.htm",
        "https://www.angi.com/companylist/us/tx/houston/painting.htm",
        "https://www.angi.com/companylist/us/tx/houston/plumbing.htm",
        "https://www.angi.com/companylist/us/tx/houston/roofing.htm",
        "https://www.angi.com/companylist/us/wa/seattle/electrical.htm",
        "https://www.angi.com/companylist/us/wa/seattle/house-cleaning.htm",
        "https://www.angi.com/companylist/us/wa/seattle/hvac.htm",
        "https://www.angi.com/companylist/us/wa/seattle/landscaping.htm",
        "https://www.angi.com/companylist/us/wa/seattle/painting.htm",
        "https://www.angi.com/companylist/us/wa/seattle/plumbing.htm",
        "https://www.angi.com/companylist/us/wa/seattle/roofing.htm"
    ],
    "maxItems": 10,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/angies-list-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchUrls": [
        "https://www.angi.com/companylist/us/az/phoenix/electrical.htm",
        "https://www.angi.com/companylist/us/az/phoenix/house-cleaning.htm",
        "https://www.angi.com/companylist/us/az/phoenix/hvac.htm",
        "https://www.angi.com/companylist/us/az/phoenix/landscaping.htm",
        "https://www.angi.com/companylist/us/az/phoenix/painting.htm",
        "https://www.angi.com/companylist/us/az/phoenix/plumbing.htm",
        "https://www.angi.com/companylist/us/az/phoenix/roofing.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/electrical.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/hvac.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/landscaping.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/painting.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/plumbing.htm",
        "https://www.angi.com/companylist/us/ca/los-angeles/roofing.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/electrical.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/hvac.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/landscaping.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/painting.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/plumbing.htm",
        "https://www.angi.com/companylist/us/ca/san-diego/roofing.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/electrical.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/hvac.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/landscaping.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/painting.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/plumbing.htm",
        "https://www.angi.com/companylist/us/ca/san-francisco/roofing.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/electrical.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/hvac.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/landscaping.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/painting.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/plumbing.htm",
        "https://www.angi.com/companylist/us/ca/san-jose/roofing.htm",
        "https://www.angi.com/companylist/us/co/denver/electrical.htm",
        "https://www.angi.com/companylist/us/co/denver/house-cleaning.htm",
        "https://www.angi.com/companylist/us/co/denver/hvac.htm",
        "https://www.angi.com/companylist/us/co/denver/landscaping.htm",
        "https://www.angi.com/companylist/us/co/denver/painting.htm",
        "https://www.angi.com/companylist/us/co/denver/plumbing.htm",
        "https://www.angi.com/companylist/us/co/denver/roofing.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/electrical.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/house-cleaning.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/hvac.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/landscaping.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/painting.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/plumbing.htm",
        "https://www.angi.com/companylist/us/fl/jacksonville/roofing.htm",
        "https://www.angi.com/companylist/us/il/chicago/electrical.htm",
        "https://www.angi.com/companylist/us/il/chicago/house-cleaning.htm",
        "https://www.angi.com/companylist/us/il/chicago/hvac.htm",
        "https://www.angi.com/companylist/us/il/chicago/landscaping.htm",
        "https://www.angi.com/companylist/us/il/chicago/painting.htm",
        "https://www.angi.com/companylist/us/il/chicago/plumbing.htm",
        "https://www.angi.com/companylist/us/il/chicago/roofing.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/electrical.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/house-cleaning.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/hvac.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/landscaping.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/painting.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/plumbing.htm",
        "https://www.angi.com/companylist/us/in/indianapolis/roofing.htm",
        "https://www.angi.com/companylist/us/ma/boston/electrical.htm",
        "https://www.angi.com/companylist/us/ma/boston/house-cleaning.htm",
        "https://www.angi.com/companylist/us/ma/boston/hvac.htm",
        "https://www.angi.com/companylist/us/ma/boston/landscaping.htm",
        "https://www.angi.com/companylist/us/ma/boston/painting.htm",
        "https://www.angi.com/companylist/us/ma/boston/plumbing.htm",
        "https://www.angi.com/companylist/us/ma/boston/roofing.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/electrical.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/house-cleaning.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/hvac.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/landscaping.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/painting.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/plumbing.htm",
        "https://www.angi.com/companylist/us/nc/charlotte/roofing.htm",
        "https://www.angi.com/companylist/us/oh/columbus/electrical.htm",
        "https://www.angi.com/companylist/us/oh/columbus/house-cleaning.htm",
        "https://www.angi.com/companylist/us/oh/columbus/hvac.htm",
        "https://www.angi.com/companylist/us/oh/columbus/landscaping.htm",
        "https://www.angi.com/companylist/us/oh/columbus/painting.htm",
        "https://www.angi.com/companylist/us/oh/columbus/plumbing.htm",
        "https://www.angi.com/companylist/us/oh/columbus/roofing.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/electrical.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/house-cleaning.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/hvac.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/landscaping.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/painting.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/plumbing.htm",
        "https://www.angi.com/companylist/us/pa/philadelphia/roofing.htm",
        "https://www.angi.com/companylist/us/tn/nashville/electrical.htm",
        "https://www.angi.com/companylist/us/tn/nashville/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tn/nashville/hvac.htm",
        "https://www.angi.com/companylist/us/tn/nashville/landscaping.htm",
        "https://www.angi.com/companylist/us/tn/nashville/painting.htm",
        "https://www.angi.com/companylist/us/tn/nashville/plumbing.htm",
        "https://www.angi.com/companylist/us/tn/nashville/roofing.htm",
        "https://www.angi.com/companylist/us/tx/austin/electrical.htm",
        "https://www.angi.com/companylist/us/tx/austin/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tx/austin/hvac.htm",
        "https://www.angi.com/companylist/us/tx/austin/landscaping.htm",
        "https://www.angi.com/companylist/us/tx/austin/painting.htm",
        "https://www.angi.com/companylist/us/tx/austin/plumbing.htm",
        "https://www.angi.com/companylist/us/tx/austin/roofing.htm",
        "https://www.angi.com/companylist/us/tx/dallas/electrical.htm",
        "https://www.angi.com/companylist/us/tx/dallas/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tx/dallas/hvac.htm",
        "https://www.angi.com/companylist/us/tx/dallas/landscaping.htm",
        "https://www.angi.com/companylist/us/tx/dallas/painting.htm",
        "https://www.angi.com/companylist/us/tx/dallas/plumbing.htm",
        "https://www.angi.com/companylist/us/tx/dallas/roofing.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/electrical.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/hvac.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/landscaping.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/painting.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/plumbing.htm",
        "https://www.angi.com/companylist/us/tx/fort-worth/roofing.htm",
        "https://www.angi.com/companylist/us/tx/houston/electrical.htm",
        "https://www.angi.com/companylist/us/tx/houston/house-cleaning.htm",
        "https://www.angi.com/companylist/us/tx/houston/hvac.htm",
        "https://www.angi.com/companylist/us/tx/houston/landscaping.htm",
        "https://www.angi.com/companylist/us/tx/houston/painting.htm",
        "https://www.angi.com/companylist/us/tx/houston/plumbing.htm",
        "https://www.angi.com/companylist/us/tx/houston/roofing.htm",
        "https://www.angi.com/companylist/us/wa/seattle/electrical.htm",
        "https://www.angi.com/companylist/us/wa/seattle/house-cleaning.htm",
        "https://www.angi.com/companylist/us/wa/seattle/hvac.htm",
        "https://www.angi.com/companylist/us/wa/seattle/landscaping.htm",
        "https://www.angi.com/companylist/us/wa/seattle/painting.htm",
        "https://www.angi.com/companylist/us/wa/seattle/plumbing.htm",
        "https://www.angi.com/companylist/us/wa/seattle/roofing.htm",
    ],
    "maxItems": 10,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/angies-list-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchUrls": [
    "https://www.angi.com/companylist/us/az/phoenix/electrical.htm",
    "https://www.angi.com/companylist/us/az/phoenix/house-cleaning.htm",
    "https://www.angi.com/companylist/us/az/phoenix/hvac.htm",
    "https://www.angi.com/companylist/us/az/phoenix/landscaping.htm",
    "https://www.angi.com/companylist/us/az/phoenix/painting.htm",
    "https://www.angi.com/companylist/us/az/phoenix/plumbing.htm",
    "https://www.angi.com/companylist/us/az/phoenix/roofing.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/electrical.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/hvac.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/landscaping.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/painting.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/plumbing.htm",
    "https://www.angi.com/companylist/us/ca/los-angeles/roofing.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/electrical.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/hvac.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/landscaping.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/painting.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/plumbing.htm",
    "https://www.angi.com/companylist/us/ca/san-diego/roofing.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/electrical.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/hvac.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/landscaping.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/painting.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/plumbing.htm",
    "https://www.angi.com/companylist/us/ca/san-francisco/roofing.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/electrical.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/hvac.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/landscaping.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/painting.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/plumbing.htm",
    "https://www.angi.com/companylist/us/ca/san-jose/roofing.htm",
    "https://www.angi.com/companylist/us/co/denver/electrical.htm",
    "https://www.angi.com/companylist/us/co/denver/house-cleaning.htm",
    "https://www.angi.com/companylist/us/co/denver/hvac.htm",
    "https://www.angi.com/companylist/us/co/denver/landscaping.htm",
    "https://www.angi.com/companylist/us/co/denver/painting.htm",
    "https://www.angi.com/companylist/us/co/denver/plumbing.htm",
    "https://www.angi.com/companylist/us/co/denver/roofing.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/electrical.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/house-cleaning.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/hvac.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/landscaping.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/painting.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/plumbing.htm",
    "https://www.angi.com/companylist/us/fl/jacksonville/roofing.htm",
    "https://www.angi.com/companylist/us/il/chicago/electrical.htm",
    "https://www.angi.com/companylist/us/il/chicago/house-cleaning.htm",
    "https://www.angi.com/companylist/us/il/chicago/hvac.htm",
    "https://www.angi.com/companylist/us/il/chicago/landscaping.htm",
    "https://www.angi.com/companylist/us/il/chicago/painting.htm",
    "https://www.angi.com/companylist/us/il/chicago/plumbing.htm",
    "https://www.angi.com/companylist/us/il/chicago/roofing.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/electrical.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/house-cleaning.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/hvac.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/landscaping.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/painting.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/plumbing.htm",
    "https://www.angi.com/companylist/us/in/indianapolis/roofing.htm",
    "https://www.angi.com/companylist/us/ma/boston/electrical.htm",
    "https://www.angi.com/companylist/us/ma/boston/house-cleaning.htm",
    "https://www.angi.com/companylist/us/ma/boston/hvac.htm",
    "https://www.angi.com/companylist/us/ma/boston/landscaping.htm",
    "https://www.angi.com/companylist/us/ma/boston/painting.htm",
    "https://www.angi.com/companylist/us/ma/boston/plumbing.htm",
    "https://www.angi.com/companylist/us/ma/boston/roofing.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/electrical.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/house-cleaning.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/hvac.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/landscaping.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/painting.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/plumbing.htm",
    "https://www.angi.com/companylist/us/nc/charlotte/roofing.htm",
    "https://www.angi.com/companylist/us/oh/columbus/electrical.htm",
    "https://www.angi.com/companylist/us/oh/columbus/house-cleaning.htm",
    "https://www.angi.com/companylist/us/oh/columbus/hvac.htm",
    "https://www.angi.com/companylist/us/oh/columbus/landscaping.htm",
    "https://www.angi.com/companylist/us/oh/columbus/painting.htm",
    "https://www.angi.com/companylist/us/oh/columbus/plumbing.htm",
    "https://www.angi.com/companylist/us/oh/columbus/roofing.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/electrical.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/house-cleaning.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/hvac.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/landscaping.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/painting.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/plumbing.htm",
    "https://www.angi.com/companylist/us/pa/philadelphia/roofing.htm",
    "https://www.angi.com/companylist/us/tn/nashville/electrical.htm",
    "https://www.angi.com/companylist/us/tn/nashville/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tn/nashville/hvac.htm",
    "https://www.angi.com/companylist/us/tn/nashville/landscaping.htm",
    "https://www.angi.com/companylist/us/tn/nashville/painting.htm",
    "https://www.angi.com/companylist/us/tn/nashville/plumbing.htm",
    "https://www.angi.com/companylist/us/tn/nashville/roofing.htm",
    "https://www.angi.com/companylist/us/tx/austin/electrical.htm",
    "https://www.angi.com/companylist/us/tx/austin/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tx/austin/hvac.htm",
    "https://www.angi.com/companylist/us/tx/austin/landscaping.htm",
    "https://www.angi.com/companylist/us/tx/austin/painting.htm",
    "https://www.angi.com/companylist/us/tx/austin/plumbing.htm",
    "https://www.angi.com/companylist/us/tx/austin/roofing.htm",
    "https://www.angi.com/companylist/us/tx/dallas/electrical.htm",
    "https://www.angi.com/companylist/us/tx/dallas/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tx/dallas/hvac.htm",
    "https://www.angi.com/companylist/us/tx/dallas/landscaping.htm",
    "https://www.angi.com/companylist/us/tx/dallas/painting.htm",
    "https://www.angi.com/companylist/us/tx/dallas/plumbing.htm",
    "https://www.angi.com/companylist/us/tx/dallas/roofing.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/electrical.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/hvac.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/landscaping.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/painting.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/plumbing.htm",
    "https://www.angi.com/companylist/us/tx/fort-worth/roofing.htm",
    "https://www.angi.com/companylist/us/tx/houston/electrical.htm",
    "https://www.angi.com/companylist/us/tx/houston/house-cleaning.htm",
    "https://www.angi.com/companylist/us/tx/houston/hvac.htm",
    "https://www.angi.com/companylist/us/tx/houston/landscaping.htm",
    "https://www.angi.com/companylist/us/tx/houston/painting.htm",
    "https://www.angi.com/companylist/us/tx/houston/plumbing.htm",
    "https://www.angi.com/companylist/us/tx/houston/roofing.htm",
    "https://www.angi.com/companylist/us/wa/seattle/electrical.htm",
    "https://www.angi.com/companylist/us/wa/seattle/house-cleaning.htm",
    "https://www.angi.com/companylist/us/wa/seattle/hvac.htm",
    "https://www.angi.com/companylist/us/wa/seattle/landscaping.htm",
    "https://www.angi.com/companylist/us/wa/seattle/painting.htm",
    "https://www.angi.com/companylist/us/wa/seattle/plumbing.htm",
    "https://www.angi.com/companylist/us/wa/seattle/roofing.htm"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call parseforge/angies-list-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/angies-list-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/OSdWaIlkscvjcr0dZ/builds/gRPN8gT6I0d0dtgo5/openapi.json
