Zomato Restaurant Reviews Scraper ⭐ avatar

Zomato Restaurant Reviews Scraper ⭐

Pricing

Pay per usage

Go to Apify Store
Zomato Restaurant Reviews Scraper ⭐

Zomato Restaurant Reviews Scraper ⭐

Extract Zomato restaurant reviews, ratings, reviewer feedback, dates, and restaurant details at scale. Turn customer opinions into structured data for sentiment analysis, reputation monitoring, market research, competitor tracking, and restaurant insights.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

What does Zomato Restaurant Reviews Scraper do?

Zomato Restaurant Reviews Scraper collects public restaurant reviews, ratings, reviewer details, engagement counts, and restaurant context from Zomato. Add one or more restaurant overview, /info, or /reviews URLs, choose a sort order, and receive a clean dataset with one item per review.

Use the results for restaurant reputation monitoring, customer sentiment analysis, local market research, competitor comparison, hospitality reporting, or AI and RAG datasets. Reviews can be exported to JSON, CSV, Excel, XML, and other formats supported by Apify.

Why use Zomato Restaurant Reviews Scraper?

  • Review text and ratings - Collect the written feedback and numeric rating attached to each public review.
  • Reviewer context - Save reviewer names, profile URLs, published review counts, and follower counts when available.
  • Restaurant context - Add the restaurant name, cuisines, opening status, hours, and dining or delivery rating summaries to every review.
  • Flexible ordering - Collect newest, oldest, highest-rated, or lowest-rated reviews first.
  • Multiple restaurants - Process overview and review URLs together in one run.
  • Controlled pagination - Set both a total review limit and a page limit per restaurant.
  • Clean output - Empty and null values are omitted, so exported datasets contain only published values.
  • Automation-ready data - Schedule runs, send results to webhooks, or connect the dataset to spreadsheets and other systems.

What data can you extract from Zomato reviews?

Each dataset item represents one restaurant review. Fields that Zomato does not publish for a particular review are omitted from that item.

FieldTypeDescription
restaurant_idNumberZomato restaurant identifier
restaurant_nameStringRestaurant name
restaurant_urlStringPublic restaurant overview URL
reviews_urlStringPublic restaurant reviews URL
cuisinesStringPublished cuisine list
opening_statusStringCurrent published opening status
opening_hoursObjectPublished hours and schedule details
dining_ratingNumberRestaurant dining rating
dining_reviews_countNumberPublished dining review count
delivery_ratingNumberRestaurant delivery rating
delivery_reviews_countNumberPublished delivery review count
review_idNumberUnique review identifier
review_urlStringDirect public review URL
review_textStringFull published review text
ratingNumberReview rating, normally from 1 to 5
rating_typeStringDining or delivery rating label
experienceStringPublished experience category
review_dateStringDate or relative timestamp displayed by Zomato
reviewer_nameStringReviewer display name
reviewer_user_idNumberZomato reviewer identifier
reviewer_profile_urlStringPublic reviewer profile URL
reviewer_profile_imageStringReviewer image URL
reviewer_reviews_countNumberReviewer's published review count
reviewer_followers_countNumberReviewer's published follower count
helpful_votesNumberHelpful vote count
comment_countNumberNumber of comments on the review
commentsArrayPublished comment details when available
management_commentsArrayRestaurant management replies when available
review_photosArrayReview photo details when available
review_tagsArrayReview tags when available
scraped_atStringISO timestamp showing when the item was collected

How to use Zomato Restaurant Reviews Scraper

  1. Open the Actor in Apify Console.
  2. Add one or more public Zomato restaurant overview, /info, or /reviews URLs.
  3. Choose the review sort order.
  4. Set the maximum reviews and maximum pages per restaurant.
  5. Keep the recommended proxy configuration for reliable access.
  6. Run the Actor and open the dataset when the run finishes.
  7. Download the results or connect them to your workflow.

Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlsArrayYesElgin Cafe reviews URLOne or more Zomato restaurant overview, /info, or /reviews URLs
sortByStringNonewestReview order: newest, oldest, highestRated, or lowestRated
results_wantedIntegerNo20Maximum unique reviews saved across all restaurant URLs
max_pagesIntegerNo10Maximum pages processed for each restaurant; a page contains up to five reviews
proxyConfigurationObjectNoResidential Apify ProxyProxy settings used for reliable Zomato access

User-provided values always take priority. The bundled sample input is used only when a run has no supplied input.

Usage Examples

Collect reviews from a restaurant overview URL

The Actor accepts the normal restaurant page and automatically targets its reviews:

{
"startUrls": [
{
"url": "https://www.zomato.com/amritsar/elgin-cafe-2-ranjit-avenue/"
}
],
"results_wanted": 20,
"max_pages": 10
}

The same restaurant also works when copied from Zomato's Info tab:

{
"startUrls": [
{
"url": "https://www.zomato.com/amritsar/kava-grill-lounge-fairfield-by-marriott-ina-colony/info"
}
],
"results_wanted": 20,
"max_pages": 10
}

Collect lowest-rated reviews first

Use a /reviews URL and focus on critical feedback for service or quality analysis:

{
"startUrls": [
{
"url": "https://www.zomato.com/amritsar/elgin-cafe-2-ranjit-avenue/reviews"
}
],
"sortBy": "lowestRated",
"results_wanted": 50,
"max_pages": 10
}

Compare multiple restaurants

Mix overview and review URLs in the same run. The total result limit applies across the full list:

{
"startUrls": [
{
"url": "https://www.zomato.com/amritsar/amritsari-haveli-ranjit-avenue"
},
{
"url": "https://www.zomato.com/amritsar/crystal-restaurant-ina-colony/reviews"
}
],
"sortBy": "highestRated",
"results_wanted": 100,
"max_pages": 10,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Sample Output

{
"restaurant_id": 19803359,
"restaurant_name": "Elgin Cafe",
"restaurant_url": "https://www.zomato.com/amritsar/elgin-cafe-2-ranjit-avenue",
"reviews_url": "https://www.zomato.com/amritsar/elgin-cafe-2-ranjit-avenue/reviews",
"cuisines": "Cafe, Asian, Continental, Italian, North Indian, Turkish, Chinese, Fast Food",
"opening_status": "Open now",
"dining_rating": 4.7,
"dining_reviews_count": 311,
"delivery_rating": 3.7,
"delivery_reviews_count": 31,
"review_id": 501970048,
"review_url": "https://www.zoma.to/ONdeQYn",
"review_text": "The food was amazing. Staff was very helpful.",
"rating": 5,
"rating_type": "DINING",
"experience": "dining_order",
"review_date": "7 days ago",
"reviewer_name": "Aryan Rajput",
"reviewer_user_id": 40469566,
"reviewer_profile_url": "https://www.zomato.com/users/aryan-rajput-40469566",
"reviewer_reviews_count": 0,
"reviewer_followers_count": 15,
"helpful_votes": 0,
"comment_count": 0,
"scraped_at": "2026-08-30T08:24:18.362Z"
}

Tips for best results

  • Use complete public restaurant URLs copied from Zomato.
  • Overview, /info, /reviews, and other restaurant tab URLs work; tracking and review query parameters are normalized.
  • Start with 20 reviews when validating a new restaurant, then increase the result and page limits.
  • Each page contains up to five reviews, so the page limit can stop a run before results_wanted is reached.
  • Use lowestRated to find recurring complaints and newest for current reputation monitoring.
  • Keep residential proxy settings enabled for frequent or larger scheduled runs.
  • Some restaurants have fewer public dining reviews than the rating summary count suggests. The Actor stops when no more review pages are available.

Integrations and export formats

  • Google Sheets - Build review trackers and collaborative research sheets.
  • Webhooks - Send new datasets to internal systems after every run.
  • Make or Zapier - Trigger no-code sentiment, alerting, and reporting workflows.
  • Apify API - Start runs and retrieve datasets programmatically.
  • JSON and XML - Feed applications, AI pipelines, and data warehouses.
  • CSV and Excel - Analyze ratings and review text in spreadsheet tools.

Frequently Asked Questions

Can I use a normal Zomato restaurant URL instead of a reviews URL?

Yes. Overview, /info, /reviews, and other restaurant tab URLs are normalized to the matching reviews page automatically.

Can I scrape several restaurants in one run?

Yes. Add multiple entries to startUrls. The Actor processes them in order and stops when it reaches the total results_wanted limit.

How does pagination work?

Each Zomato review page normally contains up to five reviews. max_pages limits pages per restaurant, while results_wanted limits the total unique records saved across the run.

Can I collect only negative reviews?

Use lowestRated to collect the lowest ratings first. You can then filter the exported dataset by the numeric rating field.

Are duplicate or null records included?

No. Reviews are deduplicated by restaurant and review ID. Null values, empty strings, empty objects, and empty arrays are removed from each output item.

Can I schedule regular reputation monitoring?

Yes. Create an Apify schedule and run the Actor daily, weekly, or at another interval. Send the resulting dataset to a webhook, spreadsheet, or database workflow.

What should I do if no reviews are returned?

Confirm that the URL points to a public Zomato restaurant with visible dining reviews. Keep the recommended proxy configuration enabled and verify that max_pages is at least 1.

Collecting public web data may be legal, but you are responsible for complying with applicable laws, Zomato's terms, privacy requirements, and any restrictions that apply to your use case.

Support

For issues, feature requests, or custom Actor work, use the Issues tab on the Actor page or contact the developer through Apify.

This Actor is designed for legitimate collection of publicly available restaurant review data. Users are responsible for using the data responsibly and complying with applicable laws, platform terms, privacy rules, and usage limits.