
Feature Requests | SerpApi, LLC - Old roadmap, we've just …
Please, refer to our new public roadmap on GitHub: https://github.com/serpapi/public-roadmap
SerpApi, LLC - Old roadmap, we've just migrated our public …
Give feedback to the SerpApi, LLC - Old roadmap, we've just migrated our public roadmap to our Github `serpapi` team so we can make more informed product decisions. Powered by Canny.
Provide a more convenient way to paginate via the Python
Currently, the way to paginate searches is to get the serpapi_pagination.current and increase the offset or start parameters in the loop.
How to use pagination () generator with 20 pages per request
Jul 19, 2021 · The Pagination class is imported in the serp_api_client.py file within the pagination method starting on line 170 but here the page_size variable wasn't included. I just added …
Bugs | SerpApi, LLC - Old roadmap, we've just migrated our public ...
A guess: this behavior might be caused by recent articles pagination bug fix . Another guess was in the if statement: if "next" in results.get ("serpapi_pagination", []) was somehow messing up …
Getting: The certificate authority is invalid or incorrect when ...
Nov 11, 2021 · Here is the raw trace output: Exception thrown: 'System.Exception' in System.Private.CoreLib.dll WinRT information: The certificate authority is invalid or
Add Bing Image Search API | Voters - SerpApi, LLC
Nov 29, 2021 · Implement image search API for Bing, just like for Google images: https://serpapi.com/images-results
Google Shopping missing `link` in `shopping_results` | Bugs
Nov 16, 2020 · When I do a Google Shopping search for "pants" in your API Playground on your website it is returning links but it doesn't when I use the python package google-search-results …
Google Books NGram | Voters - SerpApi, LLC
Feb 2, 2022 · The goal we're trying to hit: when did Google first index a term? before: and after: operators don't work, since if a page was indexed in 2000, it'll show for,
Add HTTP CORS headers | Voters - SerpApi, LLC
Jun 15, 2020 · Add HTTP headers to lift CORS restrictions to enable Localhost API access when using SerpApi from a JavaScript with restricted access.