ilyazub

Results 80 comments of ilyazub

@ixti Sounds good. The performance difference is in the `String#count` vs other methods. `$/` vs `\n` did't impact performance here.

@djsegal can you please check if S3 can gzip that user subdirectories with files _on AWS side_?

> AWS S3 can handle gzip compression of user subdirectories via S3 Object Lambda. After the discussion with @hartator and @djsegal, we found out that S3 Object Lambda won't work...

Hello @RedBillyOne. My apologies that SerpApi missed the search tabs data in the JSON results. Unfortunately, we removed the `menu_items` from our JSON results in https://github.com/serpapi/SerpApi/pull/4542. May you please share...

Hey @ankane, thanks for your work! I'd like to add a GitHub workflow for exporting models (https://github.com/ankane/informers/blob/master/tools/export.md) and adding it to GitHub releases. This would speed up on-boarding for the...

Data from Google Trends and SerpApi match and contain only positive values. | Google Trends | SerpApi | |--------|--------| | ![image](https://github.com/serpapi/public-roadmap/assets/282605/5063fae8-2c72-4f1d-bbcc-9101202d0e38)| ![image](https://github.com/serpapi/public-roadmap/assets/282605/dfe3af44-757c-4a22-bf96-b5809aff7019) | | https://trends.google.com/trends/explore?date=2023-03-04T15%202023-03-05T15&geo=US&q=nissan&tz=420 | https://serpapi.com/playground?engine=google_trends&q=nissan&geo=US&tz=420&date=2023-03-04T15+2023-03-05T15 |

Unfortunately, the Interest Over Time values in the _response differ when we use a proxy_, even with the exactly same URL and cookies as in the real browser. Without a...

Related to - https://github.com/serpapi/SerpApi/issues/3013 - https://github.com/serpapi/SerpApi/issues/2515 - https://github.com/serpapi/SerpApi/pull/2148 - https://github.com/serpapi/SerpApi/issues/2078#issuecomment-938097984 - https://github.com/serpapi/SerpApi/issues/2078#issuecomment-998143540 Supersedes https://github.com/serpapi/SerpApi/issues/476

Our [Google Product API](https://serpapi.com/google-product-api) successfully scrapes these types of products. Closing this issue as resolved in serpapi/SerpApi#4070 (thanks @andypple83). ![image](https://github.com/serpapi/public-roadmap/assets/282605/b2258960-ebdd-4f30-bbb6-c83f1c1d2c83) (ref: https://serpapi.com/playground?engine=google_product&product_id=1957333673749266253&location=United+States&gl=us&hl=en) ![image](https://github.com/serpapi/public-roadmap/assets/282605/43ec14de-5361-4f30-86a8-dbd773901f42) (ref: https://www.google.com/shopping/product/1?uule=w+CAIQICINVW5pdGVkIFN0YXRlcw&gl=us&hl=en&prds=pid:1957333673749266253&sourceid=chrome&ie=UTF-8)

These parameters didn't work because Google Play redirects from `https://play.google.com/store/movies/category/MOVIE?hl=en&gl=br` to `https://play.google.com/store/movies?hl=en&gl=br` but we didn't follow redirects. ![image](https://github.com/serpapi/public-roadmap/assets/282605/d1c9cc8a-99dc-47e6-ba01-64fab5dc1207) (`curl -s -I https://play.google.com/store/movies/category/MOVIE?hl=en&gl=br`) @ishiharaf Can you please add `follow_redirect` parameter to...