Yellowpages India Scraper
Pricing
$5.00/month + usage
Yellowpages India Scraper
Yellow Pages India is an online business directory that helps users discover local businesses and services across cities in India. It provides company names, phone numbers, addresses, categories, ratings, and directions to connect customers with nearby service providers quickly and easily.
Pricing
$5.00/month + usage
Rating
5.0
(2)
Developer

ScrapeAI
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
π Yellowpages India Scraper
A powerful Apify Actor that scrapes business listings from Yellowpages India. It performs HTML content tag-based data extraction in two stages:
- Search Page β extracts property cards and queues detail URLs
- Detail Page β extracts full description, amenities, and review data
β Use Cases
- π Scrape business listings (e.g., electricians, plumbers) in any city or area
- π Aggregate contact details, addresses and service/service lists
- π·οΈ Build local-business datasets for directories or lead generation
- π Export listings with structured contact and service fields
π₯ Input Configuration
{"startUrls": [{"url": "http://yellowpages.in/hyderabad/electricians/610972586"}],"maxItems": 50,"scrollTimeout": 40,"proxy": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]},"debugMode": false}
π§Ύ Fields Explained
| Field | Type | Description |
|---|---|---|
startUrls | array | Yellowpages.in listing or search URLs. If provided, other parameters are ignored. |
maxItems | integer | Maximum number of listing detail pages to scrape |
scrollTimeout | integer | Seconds to scroll the page to load more results |
proxy | object | Proxy configuration |
debugMode | boolean | Save debug screenshots and verbose logs |
π URL Structure
The scraper supports direct Yellowpages listing URLs:
http://yellowpages.in/hyderabad/electricians/610972586
No URL parameters required β provide full Yellowpages listing or search URL(s).
π€ Output
Each record saved to the dataset contains (exact output keys):
{"name": "Bhavani Electricals","business_url": "https://www.yellowpages.in/b/bhavani-electricals-malkajgiri-hyderabad/133997041","image": "http://www.yellowpages.in/assets/business/t_default.png","reviews": "0 reviews","open_status": "Open - until 9:00PM","phone": "9440444721","area": "Malkajgiri Hyderabad - 500047","fulladdress": "D. No. 14-220, New Mirjalguda, Malkajgiri, Hyderabad - 500047, Telangana.","categories": ["Building Materials","Cement Materials","Electrical Suppliers"],"business_timings": [{ "day": "Sunday", "time": "9:00AM - 1:30PM", "status": "Closed" },{ "day": "Monday", "time": "9:00AM - 9:00PM", "status": "Open" },{ "day": "Tuesday", "time": "9:00AM - 9:00PM", "status": "Open" },{ "day": "Wednesday", "time": "9:00AM - 9:00PM", "status": "Open" },{ "day": "Thursday", "time": "9:00AM - 9:00PM", "status": "Open" },{ "day": "Friday", "time": "9:00AM - 9:00PM", "status": "Open" },{ "day": "Saturday", "time": "9:00AM - 9:00PM", "status": "Open" }],"directions": "http://www.google.com/maps/place/17.4491,78.5338","source": "https://www.yellowpages.in/hyderabad/..."}
π Output Schema
| Field | Type | Description |
|---|---|---|
name | string | Business / listing name |
business_url | string | Full listing URL on Yellowpages.in |
image | string | Image URL from the card |
reviews | string | Reviews count text (e.g. "0 reviews") |
open_status | string | Open/closed status text from the card |
phone | string | Business contact phone (if available) |
area | string | Area / address text |
categories | array | Business categories / tags |
directions | string | External maps/directions link |
source | string | Search page or source URL where the listing was found |
π Proxy Configuration
{"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}
Residential proxies are recommended to avoid Yellowpages.in anti-bot measures.
π οΈ Tech Stack
- π§© Apify SDK β actor and dataset handling
- π·οΈ Crawlee β crawling and request queue management
- π Puppeteer β headless browser automation
- βοΈ Node.js β fast, scalable backend