Grabfood/Gofood Data Scarpe

https://food.grab.com/id/id/

Hi everyone, I want to scrape data from these websites to find out which merchants have "Nasi Bakar" on their menu list. Additionally, I hope that the output data I can process looks like the picture I attached.

I apologize if I am unable to provide the sitemap. I am not sure which feature I should use for this process.

Thank you.

@cettampan Hi, Web Scraper can be used to extract data from a large variety of websites; however, a specific sitemap has to be created for each different site. These sitemaps describe to the scraper how to choose from which page elements to extract data, which links to follow to different pages, etc.

To select a particular element that contains this keyword, you can use the jQuery selector: ':contains()'

For a site like Grab, choose a location first, then key in "nasi bakar" in the food search. The URL will change (it will be very long) and relevant results will appear. You can use this URL as the StartURL and build a sitemap based on the results.