Skip to content

Justdial Scraper API is a powerful tool that extracts business data from Justdial.com. It provides a reliable and secure gateway for anyone to harness specific data for various uses.

Notifications You must be signed in to change notification settings

oxylabs/justdial-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Justdial Scraper API

Oxylabs promo code

Oxylabs’ Justdial Scraper is a data gathering solution allowing you to extract real-time information from an Justdial website effortlessly. This brief guide explains how an Justdial Scraper works and provides code examples to understand better how you can use it hassle-free.

How it works

You can get Justdial results by providing your own URLs to our service. We can return the HTML for any Justdial page you like.

Python code example

The example below illustrates how you can get HTML of Justdial page.

import requests
from pprint import pprint

# Structure payload.
payload = {
    'source': 'universal',
    'url': 'https://www.justdial.com/mumbai/search-engine/nct-10425490'
}

# Get response.
response = requests.request(
    'POST',
    'https://realtime.oxylabs.io/v1/queries',
    auth=('user', 'pass1'),
    json=payload,
)

# Instead of response with job status and results url, this will return the
# JSON response with the result.
pprint(response.json())

Find code examples for other programming languages here

Output Example

{
  "results": [
    {
      "content": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" class=\"jsx-e751385d4d0f7ab3\"/><link rel=\" ... </html>",
      "created_at": "2023-12-18 11:08:51",
      "updated_at": "2023-12-18 11:09:17",
      "page": 1,
      "url": "https://www.justdial.com/mumbai/search-engine/nct-10425490",
      "job_id": "7142470766339067905",
      "status_code": 200
    }
  ]
}

With our Justdial Scraper, you can seamlessly extract public data from any Justdial web page. Gather the relevant restaurant information, such as location, ratings, or cuisine details, to understand the food industry and stay ahead of your competitors. If you have any inquiries, reach out to our support team through live chat or email us at hello@oxylabs.io.