We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the formula
=SERPAPI_RESULT("engine=google&q=new flights&location=Jeddah, Makkah Province, Saudi Arabia&google_domain=google.com.sa&gl=sa&hl=en&tbm=nws", "suggestions.0.value")
plugin is installed API key is active
The text was updated successfully, but these errors were encountered:
Oops field is not found: suggestions (selector: suggestions.0 value means that this search doesn't have suggestions results unfortunately.
Oops field is not found: suggestions (selector: suggestions.0 value
suggestions
Maybe try different search parameters?
Sorry, something went wrong.
Hi @pleabargain The suggestions.0.value is just a template. You should change it to the actual value you want to retrieve. For example, based on the result here: https://serpapi.com/playground?engine=google_flights&departure_id=CDG&arrival_id=AUS&gl=us&hl=en¤cy=USD&outbound_date=2024-01-06&return_date=2024-01-12
suggestions.0.value
Here is the JSON structure result:
So to get the first value, we need to replace the suggestions.0.value with best_flights.0.flights.0.departure_airport.name
best_flights.0.flights.0.departure_airport.name
Here is a basic tutorial on using our Google Sheets extension: https://serpapi.com/blog/connect-serp-api-with-google-sheet-no-code/
If you have any technical questions on using SerpApi, feel free to contact us at contact@serpapi.com
No branches or pull requests
Here's the formula
=SERPAPI_RESULT("engine=google&q=new flights&location=Jeddah, Makkah Province, Saudi Arabia&google_domain=google.com.sa&gl=sa&hl=en&tbm=nws", "suggestions.0.value")
plugin is installed
API key is active
The text was updated successfully, but these errors were encountered: