JustDial Extractor— Justdial Scraper for Leads & Contacts avatar
JustDial Extractor— Justdial Scraper for Leads & Contacts

Pricing

Pay per event

Go to Apify Store
JustDial Extractor— Justdial Scraper for Leads & Contacts

JustDial Extractor— Justdial Scraper for Leads & Contacts

JustDial extractor JustDial number extractor fast and reliable

Pricing

Pay per event

Rating

5.0

(1)

Developer

Iskandar Souissi

Iskandar Souissi

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

3

Monthly active users

a day ago

Last modified

Share

Justdial Extractor

A lightweight actor that scrapes public Reddit profile data.

📖 Description

This actor allows you to scrape business listings and contact details from Justdial.com. It extracts essential information such as business names, phone numbers, addresses, ratings, and amenities from category search pages.

How to use it

  1. Register a free account and you can use this actor without adding a card.
  2. Go to the main page of this actor and set your input.
  3. You will find all the results in the Output tab where you can export it in any format you need.

✨ Features

  • Scrape Business Details: Get names, addresses, and amenity lists.
  • Extract Contact Info: Retrieves phone numbers (where available).
  • Reputation Data: Scrapes ratings and rating counts.
  • Pagination Support: customizable depth using max_pages.

⚙️ Input Parameters

FieldTypeDescription
start_urlsArrayList of Justdial category URLs to start scraping from.
max_pagesIntegerThe maximum number of pages to scroll/scrape per URL.

Input Example

{
"max_pages": 10,
"start_urls": [
{
"url": "https://www.justdial.com/Mumbai/Furniture-Contractors/nct-10219641"
}
]
}

📊 Output

The results are stored in the default dataset. Each item represents a single business listing.

Output Fields

  • name: Name of the business.
  • phone: Contact number.
  • address: Physical address of the business.
  • rating: Average user rating (out of 5).
  • rating_count: Total number of ratings.
  • amenities: List of available amenities.
  • url: Direct link to the business listing.

Output Example

{
"name": "Shivam Modular Kitchen",
"phone": "09972933372",
"address": "1 C S Road Dahisar East, Mumbai",
"rating": 4.9,
"rating_count": "41 Ratings",
"amenities": [
"Modular Kitchen",
"Repair"
],
"url": "https://www.justdial.com/Mumbai/Shivam-Modular-Kitchen-Near-Gaondevi-Mandir-Dahisar-East/..."
}