VOOZH about

URL: https://apify.com/contacts-api/angi-phone-number-scraper/api

⇱ Angi Phone Number Scraper API Β· Apify


Pricing

$4.99/month + usage

Go to Apify Store

Angi Phone Number Scraper

Generate contractor leads with our Angi Phone Number Scraper. Extract public phone numbers from Angi profiles for outreach and sales.

Pricing

$4.99/month + usage

Rating

1.0

(1)

Developer

πŸ‘ Lead Heaven

Lead Heaven

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

0

Monthly active users

5 months ago

Last modified

Share

You might also like

Angi Phone Number Scraper

scraper-mind/angi-phone-number-scraper

Angi phone number scraper to collect phone numbers from Angi service provider profiles and business listings β˜ŽοΈπŸ”§ Ideal for local business outreach, partnerships, and building targeted contractor contact lists quickly and efficiently.

Angi Phone Number Scraper

scraperoka/angi-phone-number-scraper

πŸ“ž Angi Phone Number Scraper extracts verified phone numbers from Angi listings quickly and accurately. βœ… Perfect for lead generation, outreach, and B2B sales research. πŸš€ Save time, target prospects, and boost conversions.

Scraperoka

2

Angi Email Scraper - Advanced, Fast & Cheapest

contacts-api/angi-email-scraper-fast-advanced-and-cheapest

πŸ› οΈ Angi Email Scraper allows you to extract contractor and service provider emails from Angi listings πŸš€ Grow local service marketing and outreach πŸ“§

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.

Angi Scraper with Contacts

fatihtahta/angi-scraper-with-contacts

Extract structured Angi contractor profiles including business details, email addresses, phone numbers, websites, social accounts, ratings, reviews, licensing signals, and service categories. Built for contractor sourcing, market intelligence, and automated CRM or analytics pipelines.

Angi.com [Only $0.8πŸ’°] Scraper (Resilient Leads & Profiles)

memo23/angi-scraper

[Only $0.8πŸ’°] Extract high-quality contractor leads from Angi.com (Angie's List). Scrape business names, phone numbers, full addresses, ratings, review counts, and service categories. Just input a ZIP code or category link to instantly get structured local business data in JSON or CSV.

πŸ‘ User avatar

Muhamed Didovic

27

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 (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.

You can access the Angi Phone Number Scraper 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'
<{
< "keywords": [
< "marketing",
< "founder"
< ]
<}
<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/contacts-api~angi-phone-number-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Angi Phone Number Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Angi Phone Number Scraper 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/contacts-api~angi-phone-number-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/contacts-api~angi-phone-number-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/contacts-api~angi-phone-number-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 Phone Number Scraper API programmatically via the Apify API.

You can choose from:

Angi Phone Number Scraper API in Python

Angi Phone Number Scraper API in JavaScript

Angi Phone Number Scraper API through CLI

Angi Phone Number Scraper OpenAPI definition

You can start Angi Phone Number Scraper 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 Phone Number Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Angi Phone Number Scraper 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.