Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom search API key is not working #50

Closed
pretech86 opened this issue May 17, 2019 · 13 comments
Closed

Custom search API key is not working #50

pretech86 opened this issue May 17, 2019 · 13 comments
Labels
kind/bug Something isn't working missing details No response or no further details was given from the author.
Milestone

Comments

@pretech86
Copy link

[i] ---- Web pages footprints ----
[i] Searching for footprints on web pages... (limit=10)
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for documents... (limit=10)
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] ---- Reputation footprints ----
[i] Searching for reputation report on whosenumber.info...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for phone fraud footprints...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for reputation report on findwhocallsme.com...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for reputation report on yellowpages.ca...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for reputation report on phonenumbers.ie...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for reputation report on who-calledme.com...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for reputation report on usphonesearch.net...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for reputation report on whocalled.us...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Searching for reputation report on quinumero.info...
[!] Error while fetching Google search API. Maybe usage limit ? Please verify your keys.
[i] Generating URL on scamcallfighters.com...

can you help please

@sundowndev
Copy link
Owner

Hi, what command did you run ? (don't forget to hide the number)
Also did you put a Google API key in config.py ?
Is it the first time you're running the tool ?

@pretech86
Copy link
Author

I put google api in config file
I use python3 phoneinfoga.py -n

@sundowndev
Copy link
Owner

@pretech86 Sorry for late response, did you try without using a google search key ?
It seems like you reached the request limit of your key.

@sundowndev sundowndev added the missing details No response or no further details was given from the author. label May 31, 2019
@Huxly42
Copy link

Huxly42 commented Jun 1, 2019

Hey new to github but thought this was such a cool project I had to join!

I am also experiencing an issue with the google blacklist but every time I follow the link it just takes me to a search. Possibly it is satanizing the URL to not allow users to get the cookie? When I follow the url it spits out this: (x's being the phone number)
xxxxxxxxxxx OR "xxxxxxxxxxx" OR "+1 xxxxxxxxxx"

Hope this helps!

@sundowndev
Copy link
Owner

@pretech86 Feel free to reopen if you have further details.

@Huxly42 see #6

@rodneymullen2
Copy link

same problem here

@Keekay-OD
Copy link

I'm having the same issue. "Error while fetching Google search API. Maybe usage limit? Please verify your keys." I've obtained 2 different keys and verified the DNS to a personally owned domain.

@sundowndev sundowndev reopened this Jun 6, 2019
@sundowndev sundowndev changed the title key error Custom search API key is not working Jun 6, 2019
@sundowndev sundowndev added this to the v1.7.8 milestone Jun 6, 2019
@sundowndev sundowndev added the kind/bug Something isn't working label Jun 6, 2019
@sundowndev
Copy link
Owner

sundowndev commented Jun 6, 2019

I'll look into this for the next release. In the meantime, I added a tutorial in the wiki to create a CSE API key.

@sundowndev
Copy link
Owner

sundowndev commented Jun 6, 2019

From https://developers.google.com/custom-search/v1/overview#pricing :

Custom Search JSON API provides 100 search queries per day for free. If you need more, you may sign up for billing in the API Console. Additional requests cost $5 per 1000 queries, up to 10k queries per day.

Also the ToS says :

The Custom Search API may be provided to you without any free usage quota at all. You may be charged for each successful request you make through the Custom Search API.

So I added an exception to know exactly what's the problem when using an API key, but the main problem seems to come from Google itself, and cannot be solved. Note aside, be sure to properly create your keys by following this tutorial.

@sundowndev
Copy link
Owner

Closing since it doesn't seem to be a bug. Feel free to reopen to give further details.

Note that if you don't pay, having a free CSE key is mostly useless due to the poor free quota.

@sundowndev
Copy link
Owner

@rodneymullen3
Copy link

anyone who found a solution?
config filled up..
"Error while fetching Google search API. Maybe usage limit ? Please verify your keys."

@sundowndev sundowndev unpinned this issue Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working missing details No response or no further details was given from the author.
Projects
None yet
Development

No branches or pull requests

7 participants
@rodneymullen2 @sundowndev @Keekay-OD @pretech86 @Huxly42 @rodneymullen3 and others