You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Hello, I'm grateful to have found your API for a project I'm currently working on. Unfortunately though, every keyword I try returns no organic_results items in the JSON. My code is copied below. It produces no error and the "organic_results" object does appear, but it empty. Than you for your help!
I tried with multiple queries. For most, the organic_results was empty, but rarely, for some keywords, it randomly gave 2 or 3 results in the organic_results. But most of the times, it was empty.
Same for me; only wasted my time on this API. I would not recommend it to anyone.
First, their documentation is so limited and un-updated. For instance, they wont state, 'https//...' is only for paid and when free trail user used it is thrown with errors code which is almost impossible to find out cause then even when you use 'http://....' you get nothing under 'organic results'.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm grateful to have found your API for a project I'm currently working on. Unfortunately though, every keyword I try returns no organic_results items in the JSON. My code is copied below. It produces no error and the "organic_results" object does appear, but it empty. Than you for your help!
`import requests
params = {
'access_key': '509fd1fcfa31985ee8103eb92a13c8bc',
'query': "Spaghetti"
}
api_result = requests.get('http://api.serpstack.com/search', params)
api_response = api_result.json()
print(api_response["organic_results"])`
The text was updated successfully, but these errors were encountered: