Zomato 🍔 Scraper avatar
Zomato 🍔 Scraper

Pricing

$30.00/month + usage

Go to Store
Zomato 🍔 Scraper

Zomato 🍔 Scraper

Developed by

cat

cat

Maintained by Community

Scrape Restaurants data from Zomato.com 🍔🥪🌯🍟🍕🌮🍝🍩🥯🥧🍲🥟🥞🥘🧁🧇🍫🍰🍱🍛🍦🍧🍨

5.0 (1)

Pricing

$30.00/month + usage

2

Total users

251

Monthly users

19

Runs succeeded

>99%

Last modified

a year ago

Welcome to Zomato.com Scraper

enter image description here

About Zomato.com

Zomato (/zoʊmɑːtoʊ/) is an Indian multinational restaurant aggregator and food delivery company founded by Deepinder Goyal and Pankaj Chaddah in 2008.[4][5] Zomato provides information, menus and user-reviews of restaurants as well as food delivery options from partner restaurants in select cities.[6] As of 2019, the service is available in 24 countries and in more than 10,000 cities.[7]

About This Actor

Scrape Restaurants data from Zomato.com

Input Example

{
"location": "London",
"limit": 5
}

Output Example

{
"cuisines": "Fast Food",
"establishments": [
{
"id": 281,
"name": "Fast Food"
}
],
"features": {
"fullbar": 0,
"live_music": true,
"smoking_area": 2,
"takeaway": 1
},
"id": 18942349,
"images": [
{
"comments": 0,
"height": 720,
"likes": 0,
"thumb": "https://b.zmtcdn.com/data/pictures/9/18942349/0e059b1750b7aec99c9b6ffcd312d00f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A",
"url": "https://b.zmtcdn.com/data/pictures/9/18942349/0e059b1750b7aec99c9b6ffcd312d00f.jpg?fit=around%7C640%3A720&crop=640%3A720%3B%2A%2C%2A",
"width": 640
},
{
"comments": 0,
"height": 720,
"likes": 0,
"thumb": "https://b.zmtcdn.com/data/pictures/9/18942349/0e059b1750b7aec99c9b6ffcd312d00f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A",
"url": "https://b.zmtcdn.com/data/pictures/9/18942349/0e059b1750b7aec99c9b6ffcd312d00f.jpg?fit=around%7C640%3A720&crop=640%3A720%3B%2A%2C%2A",
"width": 640
},
{
"comments": 0,
"height": 720,
"likes": 0,
"thumb": "https://b.zmtcdn.com/data/pictures/9/18942349/0e059b1750b7aec99c9b6ffcd312d00f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A",
"url": "https://b.zmtcdn.com/data/pictures/9/18942349/0e059b1750b7aec99c9b6ffcd312d00f.jpg?fit=around%7C640%3A720&crop=640%3A720%3B%2A%2C%2A",
"width": 640
}
],
"location": {
"address": "4619 Summerhill Drive",
"city": "Texarkana",
"city_id": 9566,
"country_id": 216,
"latitude": "33.4625543526",
"locality": "Texarkana",
"locality_verbose": "Texarkana, Texarkana",
"longitude": "-94.0666097403",
"map_url": "https://maps.zomato.com/php/staticmap?center=33.4625543526,-94.0666097403&maptype=zomato&markers=33.4625543526,-94.0666097403,pin_res32&sensor=false&scale=2&zoom=16&language=en"
},
"menu_texts": [
{
"categories": [
{
"dishes": [
{
"added_by": 0,
"description": "Start your day off right with a Regular Breakfast Bowl from SONIC!",
"dish_id": 249680683,
"name": "Breakfast Bowls"
},
{
"added_by": 0,
"description": "Signature chili flavor and toppings now in a cup!",
"dish_id": 249680684,
"name": "Hearty Chili Bowl"
}
],
"id": 41574518,
"name": "Featured Items"
},
{
"dishes": [
{
"added_by": 0,
"description": "Made with 100% all-white meat chicken they're lightly breaded and perfect for dipping in our NEW Signature Sauce.",
"dish_id": 249680692,
"name": "3pc Crispy Tenders"
},
{
"added_by": 0,
"description": "Made with 100% all-white meat chicken they're lightly breaded and perfect for dipping in our NEW Signature Sauce.",
"dish_id": 249680693,
"name": "5pc Crispy Tenders"
}
],
"id": 41574519,
"name": "Chicken"
}
],
"id": 4768949,
"name": "Sonic Menu"
}
],
"name": "Sonic Drive-In",
"payment": "Cash and Cards accepted",
"phones": [
"+190379XXXXX",
"+186665XXXXX"
],
"photo": {
"thumb": "https://b.zmtcdn.com/images/res_avatar_476_320_1x_new.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A",
"url": "https://b.zmtcdn.com/images/res_avatar_476_320_1x_new.png"
},
"price": {
"beer": 0,
"currency": "$",
"for_two": 15
},
"ratings": {
"average": 0,
"text": "Not rated",
"votes": 0
},
"reviews": {
"count": 0
},
"social": {
"twitter": "http://www.twitter.com/sonicdrivein",
"website": "https://locations.sonicdrivein.com/tx/texarkana/4619-summerhill-drive.html"
},
"status": "Closes in 1 hour 12 minutes",
"timing": "6am – 10pm (Mon-Thu),6am – 11pm (Fri-Sat),7am – 10pm (Sun)",
"type": "restaurant",
"url": "https://www.zomato.com/texarkana-tx/restaurants/texarkana-tx/texarkana/sonic-drive-in",
"wishlisters": 0
}

Required Parameters

parametertitletypedefaultexampledescription
location🌍 LocationstringWhere do you want to eat ?

Optional Parameters

parametertitletypedefaultexampledescription
search🔎 Searchstring
rating⭐ RatingstringMinimal rating

♾️ Pagination

parametertitletypedefaultexampledescription
limit♾️ Limitinteger5Number of results
sort🔀 SortingstringSort results by keys

💸 Pricing

parametertitletypedefaultexampledescription
min_costMin. CostintegerMinimum cost for two.
max_costMax. CostintegerMaximum cost for two.

📁 Classification

parametertitletypedefaultexampledescription
category📁 Categorystring
establishment📁 Establishmentstring
cuisines🥪 Cuisinesstring

💎 Features

parametertitletypedefaultexampledescription
features:afternoon-teaAfternoon Teaboolean
features:barServes Alcoholboolean
features:brunchBrunchboolean
features:buffetBuffetboolean
features:byobBYOBboolean
features:cheap-eatsCheap Eatsboolean
features:child-friendlyKid Friendlyboolean
features:credit-cardCredit Cardboolean
features:desserts-bakesDesserts and Bakesboolean
features:halalHalal Meatboolean
features:happyhourHappy hoursboolean
features:healthy-foodHealthy Foodboolean
features:live-screeningLive Sports Screeningboolean
features:luxury-diningLuxury Diningboolean
features:musicLive Musicboolean
features:outdoorOutdoor Seatingboolean
features:pet-friendlyDog Friendlyboolean
features:private-roomsPrivate Dining Areaboolean
features:sports_barSports Barboolean
features:vegPure Vegboolean
features:weekend_brunchWeekend Brunchboolean
features:wheelchair-accessibleWheelchair Accessibleboolean
features:wifiWifiboolean