Bartek Marmołowski
Bartek Marmołowski
[Google Search API] Order pickup/Order delivery link is parsed as `website` in the `knowledge_graph`
One of our high-volume customers reported that we're parsing the wrong link in the `website` endpoint. It should be a direct link to the business website, but instead, we're parsing...
Ebay allows filtering results by the location of given products. This is done with the `_salic` and `LH_LocatedIn` parameters, where the first one defines the country code of a location....
One of our users reported that we're not scraping icons from the `extensions`. I'm not 100% sure if this can be scraped. We can evaluate and implement if possible, or...
One of our users asked us to separate the bolded part of the `answer_box` from the rest, similar to how we separate `snippet_highlighted_words` (although the case is a bit different...
Our Enterprise Customer reported that the results of our Bing Search API do not match the results of the actual Bing search. They used the `bing_url` from the JSON response....
Some detail pages for Google Product Results API are returning blank results, even though, while using a direct Google link from Google Shopping API `shopping_results`, we are able to get...
One of our customers requested us to scrape more information with our Ads Transparency Center API. Each Ad has it's own unique `id`, which can be used to query results...
Currently, we're neither scraping nor allowing filtering by tags in Google Product API. One of our customers requested this. How the `tag` filtering looks on the product's page: Current state...
One of our customers requested us to scrape the `iso_date` in the Apple App Store Reviews API, similar to how we implemented it in https://github.com/serpapi/public-roadmap/issues/1473 However, I'm unsure if the...
One of our users reported that the `price` key is not available for most entries where the price range is provided (e.g., $1-$10), but is correctly scraped if there is...