public-roadmap icon indicating copy to clipboard operation
public-roadmap copied to clipboard

[New API] Google Travel "Things to do" API

Open schaferyan opened this issue 2 years ago • 3 comments

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.

Screenshot 2023-08-04 at 8 56 15 AM Screenshot 2023-08-04 at 8 56 39 AM

Google Travel Things to Do | Google Travel Things to Do Search | Intercom

schaferyan avatar Aug 04 '23 16:08 schaferyan

Another user requested this:

Intercom

Changing to next

marm123 avatar Aug 10 '23 07:08 marm123

Does "Things to Do" exist anymore? Having a hard time finding or replicating it. Seems like they only provide the following now:

Screenshot 2024-10-03 at 1 25 10 PM

btaunt avatar Oct 03 '24 17:10 btaunt

Looks like Google rolled this into Google Travel Explore tab:

image

Following the link just leads to a search of "things to do in {x}".

image

It seems like this specific page may have been removed.

Related: #389

NateSkiles avatar Oct 03 '24 18:10 NateSkiles

Resolved in: https://github.com/serpapi/SerpApi/pull/7034

aciddjus avatar Nov 13 '25 13:11 aciddjus