achillean / shodan-python

The official Python library for Shodan
https://developer.shodan.io
Other
2.47k stars 552 forks source link

Access denied (403 Forbidden) #187

Closed madella closed 1 year ago

madella commented 1 year ago

with ApiShodan($KEY).api.host($IP) i get always :

/lib/python3.11/site-packages/shodan/client.py", line 338, in _request
    raise APIError('Access denied (403 Forbidden)')
shodan.exception.APIError: Access denied (403 Forbidden)

even if i try to change API key, and also when i try to use friend's api_key

Mponge commented 1 year ago

I got same issue.

Any ideas ?

EmaEusepi commented 1 year ago

Same problem here...

federica-fabbri commented 1 year ago

Same problem, please fix

Mponge commented 1 year ago

Hi all, I contact the support and now WE have to pay one Time 50 dollars, due to abuse, check answer:

Sorry for the inconvenience. Due to abuse we now require accounts to have at least a membership in order to run search queries. The account you're using is a free account which is why you're now seeing the 403 error message. Note that a Membership is a one-time payment of $49 (i.e. not a subscription):

https://account.shodan.io/billing/member

Regards,

madella commented 1 year ago

So, this API project has become useless without paying?

Hi all, I contact the support and now WE have to pay one Time 50 dollars, due to abuse, check answer:

Sorry for the inconvenience. Due to abuse we now require accounts to have at least a membership in order to run search queries. The account you're using is a free account which is why you're now seeing the 403 error message. Note that a Membership is a one-time payment of $49 (i.e. not a subscription):

https://account.shodan.io/billing/member

Regards,

achillean commented 1 year ago

Yes, for now we've had to take this measure to limit IP lookups and searches to users that have at least a Membership. As an alternative for free IP lookups you can check out:

https://internetdb.shodan.io

Packjackisback commented 8 months ago

Will this ever return?