jdecano/zomato-scraper

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

Scrapes Zomato Site

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/jdecano/zomato-scraper

1.0 2015-09-09 23:55 UTC

This package is not auto-updated.

Last update: 2025-10-01 14:46:45 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());