Dmitiry Zub☀️

Results 25 comments of Dmitiry Zub☀️

@susheelseth As an alternative, there's a [Google Search Engine Results API](https://serpapi.com/search-api) from SerpApi which is a paid API with a free plan. #### Example code that might satisfy Method 2...

@sundios Thank you so much 🙂 ✨ If you ever want to test it out, [reach out to us](https://serpapi.com/#contact) by mentioning this thread, and we'll give you more than 100...

@ilyazub would love to do that :shipit:

@aliayar A workaround would be to use `"start"` parameter in combination with `"error"` hash key. `"start"` parameter will be passed to the `GoogleSearch()` and should be set to 0 ->...

Hi @redBirdTx, could you specify: - `openssl` version: - via `openssl version` - `requests` version: - via `python3 -c "import requests; print(requests.__version__)"` or - `python -c "import requests; print(requests.__version__)"`

@samuelhaysom Currently, the best approach would be to use `serpapi_pagination` instead as you also mentioned in #25 issue. When #30 is merged, the `pagination()` method would be the preferred one....

@kikohs Could you share your search parameters? More specifically: `hl`, `gl`, `domain`, `device`, `location_requested`, `location_used`, or just a link to a Playground page 🙂

@ljharnish thank you for opening this issue. - Could you clarify which engine are you using? From what I understand it seems to be a Google Search API. - What...

@ljharnish Thank you 👍 > but on my site it is still incorrect Could you explain what you meant by saying "incorrect"?

> @dimitryzub On my site, the values in `answer_box` are still scrambled into other keys. Even though the values are uncrambled in the inpect page. @ljharnish could you please have...