jdecano/zomato-scraper

There is no license information available for the latest version (1.0) of this package.

Scrapes Zomato Site

Maintainers

Package info

github.com/johndavedecano/ZomatoScraper

pkg:composer/jdecano/zomato-scraper

Statistics

Installs: 26

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2015-09-09 23:55 UTC

This package is not auto-updated.

Last update: 2026-04-01 17:30:05 UTC


README

Scrapes zomato website

// First Parameter is the city that you want to crawl 
// Second is limit
$scraper = new \Jdecano\ZomatoScraper('melbourne');
print_r($scraper->process());