Rapid account: apigeek

apigeek / apigeek

Scalable API Developer

Discusiones

307
Title
Created at (Click to sort ascending)
A
1
Hi. Were you able to isolate the problem? Or notice any patterns? Wed 9:57 28/9/22
A
1
Thanks for the interest in using our service. To answer your question, it would totally depend on your programming language. Below is an example python script. ``` import urllib import requests headers = { "X-RapidAPI-Key": "YOUR_API_KEY", "X-RapidAPI-Host": "google-search3.p.rapidapi.com" } query = { "q": "site: medium.com best startup ideas", } url = "https://google-search3.p.rapidapi.com/api/v1/search/q=elon+musk" + urllib.parse.urlencode(query) resp = requests.get(url, headers=headers) results = resp.json()["results"] for result in results: print(result["link"]) ``` This will print out only the links. Tue 8:21 20/9/22
A
1
Hello, thanks for using our service. Please try reseting your API keys. If that doesn't work please contact support@rapidapi.com because this is an issue with RapidAPI subscriptions. Thanks, apigeek Tue 8:14 20/9/22
A
1
Hello, thanks for your interest in our service. We have to put a limit because running this service cost money. We give out 500 requests/month to allow users try out the API before subscribing. We're not in a position to give out a free service. We have over 700k+ registered free users, so we'll be losing money if we gave out more free requests/day. I hope this answers your question. Thanks, apigeek Mon 11:08 19/9/22
A
1
Hello. Thanks for your interest in using out service. RapidAPI only allows four plan listings. Of the four, the MEGA plan will suite your needs. Thanks, apigeek Fri 2:51 16/9/22
A
3
Will you be able to share the code with us? The 504 errors should have been resolved. You're plan and it's pricing is deprecated, however it should still work like normal. It should not affect your calls. You're grandfathered into the cheaper MEGA Plan, and I don't recommend upgrading to the new plans which cost more. Wed 2:51 14/9/22