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

28

Total users

0

Monthly active users

12 days ago

Last modified

Share

Justdial Reviews Scraper

Collect verified, publicly visible customer reviews from Justdial business pages. The Actor opens each supplied business page, captures Justdial's public getratings response, paginates with the same public request context, validates every review, removes duplicates, and writes a compact dataset.

Input

  • businessUrls (required): 1–5 HTTPS Justdial business-detail (_BZDET) URLs.
  • maxReviewsPerBusiness: 1–100 reviews per business; this is a ceiling, not a promise that the source has that many reviews.
  • proxyConfiguration: optional proxy configuration, defaulting to residential India routing.
  • headless: deprecated compatibility setting; cloud runs are always headless.
{
"businessUrls": [
"https://www.justdial.com/Delhi/Example-Cafe/011PXX11-XX11-123456_BZDET"
],
"maxReviewsPerBusiness": 20
}

Output

Each row requires a genuine numeric review ID, public reviewer name, rating, business ID/name, canonical business URL, source API URL/page, position, and timestamp. Optional fields include review text, public reviewer image, counts, tags, review photos, sentiment, and owner response.

{
"reviewId": "123456789",
"reviewerName": "Example reviewer",
"businessId": "011PXX11-XX11-123456",
"businessName": "Example Cafe",
"rating": 4.5,
"reviewText": "Helpful service.",
"businessUrl": "https://www.justdial.com/Delhi/Example-Cafe/011PXX11-XX11-123456_BZDET",
"resultPosition": 1,
"source": "justdial.com",
"sourceApiUrl": "https://www.justdial.com/api/getratings",
"sourcePageNumber": 1,
"scrapedAt": "2026-01-15T12:00:00.000Z"
}

For data minimization, the Actor does not publish source email, mobile, or social-account identifiers. It fails on invalid URLs, proxy errors, access-control/no-review states, exhausted retries, or incomplete multi-business runs. Failed access states are never stored as review rows.