Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Google Flights API] deep_search not performed with advanced filters #2353

Open
NateSkiles opened this issue Jan 27, 2025 · 0 comments
Open
Labels
status: queued Ready to work on type: bug Something is broken

Comments

@NateSkiles
Copy link

A user reached out to report discrepancies between our Google Flights API and the results returned in google_flights_url, with deep_search=true when using the include_airlines search parameter. After additional testing, it appears deep searches may not run for searches including advanced search parameters.

include_airlines:

Image

https://serpapi.com/playground?engine=google_flights&departure_id=CDG&arrival_id=PDX&gl=us&hl=en&currency=USD&outbound_date=2025-03-01&return_date=2025-03-08&deep_search=true&include_airlines=SKYTEAM&no_cache=true

Search Inspect

Google:

Image

https://www.google.com/travel/flights?hl=en&gl=us&curr=USD&tfs=CBwQAhonEgoyMDI1LTAzLTAxMgdTS1lURUFNagcIARIDQ0RHcgcIARIDUERYGicSCjIwMjUtMDMtMDgyB1NLWVRFQU1qBwgBEgNQRFhyBwgBEgNDREdCAQFIAXABmAEB&tfu=EgIIAQ

Playgournd without include_airlines:

Image

https://serpapi.com/playground?engine=google_flights&departure_id=CDG&arrival_id=PDX&gl=us&hl=en&currency=USD&outbound_date=2025-03-01&return_date=2025-03-08&deep_search=true&no_cache=true

Google

Image

https://www.google.com/travel/flights?hl=en&gl=us&curr=USD&tfs=CBwQAhoeEgoyMDI1LTAzLTAxagcIARIDQ0RHcgcIARIDUERYGh4SCjIwMjUtMDMtMDhqBwgBEgNQRFhyBwgBEgNDREdCAQFIAXABmAEB&tfu=EgIIAQ

Search Inspect

layover_duration

Image

https://serpapi.com/playground?engine=google_flights&departure_id=CDG&arrival_id=PDX&gl=us&hl=en&currency=USD&outbound_date=2025-03-01&return_date=2025-03-08&deep_search=true&layover_duration=90%2C330&no_cache=true

Search Inspect

Google

Image

https://www.google.com/travel/flights?hl=en&gl=us&curr=USD&tfs=CBwQAholEgoyMDI1LTAzLTAxagcIARIDQ0RHcgcIARIDUERYiAFakAHKAholEgoyMDI1LTAzLTA4agcIARIDUERYcgcIARIDQ0RHiAFakAHKAkIBAUgBcAGYAQE&tfu=EgIIAQ

Intercom

@NateSkiles NateSkiles added status: queued Ready to work on type: bug Something is broken labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: queued Ready to work on type: bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant