Alaettin Ayar
Alaettin Ayar
As Google Jobs does not return `serpapi_pagination` key but expects `start` param to paginate, this iteration of the library does not support pagination in Google Jobs. Pagination Support to be...
The Ruby package does not support `related_questions_api` as it checks the parameters before launching the request and can't find the "`q`" parameter which `related_questions_api` does not require. The problem stems...
As Google nowadays adds tons of additional sections to the results page, a need to rank those sections between each other has eventually arisen. I believe this requires some discussion....
I have had a meeting recently with a financial services company which are very strict with their data retention policies. SerpApi keeps search results on the servers for a month...
As we currently don't have a way for our users to access to their past searches, one of our users asked for implementation of exporting past searches in CSV format....
Currently, our Account API returns only the information below. One of our users asked to include renewal date of the subscription in the response. ``` { "account_id": "5ac54d6adefb2f1dba1663f5", "api_key": "SECRET_API_KEY",...
Currently, our Autocomplete API doesn't return any suggested search terms for certain search keywords such as `iphone android照片互傳`2023 or `iphone android照片互傳app`. However, after a contextually similar keyword has been searched,...
Walmart adds upcoming discount info on the product details page under the product price. SerpApi can parse and return this data point. [The Playground](https://serpapi.com/playground?engine=walmart_product&product_id=1306179760&device=desktop&no_cache=true) | [The Inspect](https://serpapi.com/searches/63725a9cc999031d683ac7d7/inspect) | [Walmart](https://www.walmart.com/ip/seort/1306179760)
[One of our users](https://app.intercom.com/a/inbox/yzck75jr/inbox/shared/all/conversation/102910000041244?view=List) asked if we plan to have an Indeed API. The expectation for the API to have search and results being scraped and returned to users. It...
One of our users discovered that not only we can use `product_id` to hit product pages with www.homedepot.com/p/%product_id% endpoint but also we can use SKU numbers with www.homedepot.com/s/%SKU% [Product ID...