IdealSpot Employment, Salary, and Income

免费增值
通过 IdealSpot Inc | 已更新 il y a un mois | Financial
人气

6.8 / 10

延迟

1,266ms

服务等级

100%

Health Check

N/A

返回所有讨论

Getting "Internal Server Error"

Rapid account: Asif Iqbal
asif.iqbal
il y a 4 ans

I need to get salaries so I copied PHP Curl code for “Get the Salary/Wage per Employee per Annum”, it works fine on rapid but it does not works on my side and getting error “Internal Server Error”, please guide.

Thanks
Asif

Rapid account: Kevincal
kevincal Commented il y a 4 ans

I’m using USA zipcode as a region to query house-hold income.
https://rapidapi.com/idealspot-inc-idealspot-inc-default/api/idealspot-geodata/endpoints

I set the JSON strng-encoded location = {
“type”:“region”,
“regiontype”: “zipcode”,
“region_id”: “78702”
}

import requests

url = “https://idealspot-geodata.p.rapidapi.com/api/v1/data/insights/household-income/query

querystring = {“version”:“v2”,“location”:"%7B %22type%22%3A%22region%22%2C %22regiontype%22%3A %22zipcode%22%2C %22region_id%22%3A %2278702%22 %7D"}

headers = {
‘x-rapidapi-host’: “idealspot-geodata.p.rapidapi.com”,
‘x-rapidapi-key’: “YOUR API KEY
}

response = requests.request(“GET”, url, headers=headers, params=querystring)

print(response.text)

Cheers,

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论