ilyazub

Results 80 comments of ilyazub

> Could we improve the consistency between Search engines on the backend or the client ? It depends on the target website — we mirror their query parameters. But consistency...

@jvmvik Can you take a look?

> When I use a for loop to iterate the pagination and put the results a list, it doesn't return the final page of results, instead stopping at the penultimate...

> Kindly share the full script that pulls all the data. Thank you in advance. @makondemwale Can you adapt the code from the [Google Scholar Authors pagination](https://replit.com/@serpapi/scrape-google-scholar-authors-python-serpapi)?

@RayLei Rotate proxies and user agents on each request and add a delay between similar requests. Check the quality of proxies you use, because some cheap proxies are overused and...

Just replace `parallel_tests` with the https://github.com/serpapi/turbo_tests gem. We at [SerpApi](https://serpapi.com/) use it for six months (since November 2020) in CI and development.

Thanks for your work! I used your benchmark with Ruby 3.2.2 and 2.7.2, and added Nokolexbor to the benchmark. [Nokolexbor](https://github.com/serpapi/nokolexbor) is 2-12 times faster when parsing and 2-6 times faster...

@flavorjones Thank you for following up! :hearts: I created an issue: https://github.com/sparklemotion/nokogiri/issues/3043

Thanks for raising this question. Please share an extra information so we can investigate this issue: * A search ID of your successful searches * Search parameters which result into...

Let's structure the output similarly to our other APIs. ```json { "reviews_results": { "rating": [ { "stars": 1, "count": 87 }, { "stars": 2, "count": 90 }, { "stars": 3,...