Skip to content

johndavedecano/ZomatoScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZomatoCraper

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());