
Zomato Restaurant Scraper - City, Cuisine, Contact
Scrape restaurants from any Zomato city page. Each restaurant pushed as one record with name, phone, address, cuisines, rating, cost for two. Built for B2B sales, food-tech research, ghost kitchen analysis, and restaurant competitor intelligence.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/zomato-restaurant-scraper
Registry name io.github.AnshumanAtrey/zomato-restaurant-scraper. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.
Connect
Claude (web or desktop)
Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.
Claude Code
claude mcp add --transport http zomato-restaurant-scraper "https://mcp.apify.com/?tools=anshumanatrey/zomato-restaurant-scraper" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"zomato-restaurant-scraper": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/zomato-restaurant-scraper",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"zomato-restaurant-scraper": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/zomato-restaurant-scraper",
"headers": {
"Authorization": "Bearer ${input:apify-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "apify-token",
"description": "Apify API token",
"password": true
}
]
}Pricing
Charged per event through your Apify account. Free Apify accounts include monthly credit.
| Restaurant Record | $0.005 |