Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

organic_results blank for any keyword #1

Open
wnickj opened this issue Jan 16, 2021 · 3 comments
Open

organic_results blank for any keyword #1

wnickj opened this issue Jan 16, 2021 · 3 comments

Comments

@wnickj
Copy link

wnickj commented Jan 16, 2021

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"])`

@boardsofcanada
Copy link

same issue

@regrettablemouse136
Copy link

regrettablemouse136 commented Sep 9, 2023

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.

Still unusable as of September 2023

@KishorKaphle
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants