[New API] Google Travel "Things to do" API
Google Travel includes a tab for "Things to Do". A customer has requested we scrape this.
It appears that in order to perform a "Things to Do" search, a user first needs to type a query, then select something from the dropdown. If the user types a query that isn't an exact match for one of the options, then presses enter, a regular Google search is performed instead.
Scraping would probably need to be a 2-engine multi-request process similar to what we have for Google Jobs Search and Google Jobs Listings or Google Shopping and Google Products. The user could first send a query, and we could respond with a list of supported "Things to do" searches. The user would then need to send a subsequent request with one of the suggested options as the query.
Google Travel Things to Do | Google Travel Things to Do Search | Intercom
Does "Things to Do" exist anymore? Having a hard time finding or replicating it. Seems like they only provide the following now:
Looks like Google rolled this into Google Travel Explore tab:
Following the link just leads to a search of "things to do in {x}".
It seems like this specific page may have been removed.
Related: #389
Resolved in: https://github.com/serpapi/SerpApi/pull/7034