Justdial.com Reviews Scraper avatar

Justdial.com Reviews Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Justdial.com Reviews Scraper

Justdial.com Reviews Scraper

A fast, high-performance scraper built for lead generation, competitor analysis, and business intelligence. Extracts detailed business profiles, including name, contact details, emails, phone numbers, location, ratings, and reviews from Justdial. Supports custom search URLs, proxy rotation, and p...

Pricing

from $4.99 / 1,000 results

Rating

5.0

(2)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

27

Total users

4

Monthly active users

8 hours ago

Last modified

Share

Scrape reviews from JustDial.com based on business URLs.

Features

  • Rich review data — rating score, text, reviewer name, date, and vote counts
  • Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support

Use Cases

  • Brand reputation monitoring and sentiment analysis
  • Product or service quality benchmarking
  • Identifying customer pain points and feature requests
  • Competitive intelligence from public user reviews

Input

FieldTypeDefaultRequiredDescription
businessUrlsarrayURLs of JustDial.com business pages to scrape reviews from.
maxReviewsPerBusinessinteger100Maximum number of reviews to scrape per business URL
headlessbooleanTrueRun browser in headless mode (no visible UI). Set to false for debugging.
maxItemsinteger20Maximum number of items to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
nameName of the item, listing, or entity
dpDp
emailPublic contact email address
docidDocid
ratings_countRatings_count
compnameCompname
ratingAverage user rating score
ageAge
revRev
revCountRev count
revidRevid
like_countLike_count
comment_countComment_count
share_countShare_count
rev_typeRev_type
emo_countEmo_count
meMe
mobileMobile
socialIdSocial id
photosPhotos

Sample Output

{
"name": "Entity or Business Name",
"dp": "dp_value",
"email": "contact@example.com",
"docid": "docid_value",
"ratings_count": "ratings_count_value",
"compname": "compname_value",
"rating": 4.5,
"age": "age_value"
}

Notes

  • Proxy: Residential proxy is highly recommended — set proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] }
  • Rate limits: Keep maxItems reasonable per run to avoid IP bans or rate throttling
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset