IdealSpot Employment, Salary, and Income

フリーミアム
よって IdealSpot Inc | 更新済み 한 달 전 | Financial
人気

6.8 / 10

レイテンシー

1,266ms

サービスレベル

100%

Health Check

N/A

すべてのディスカッションに戻る

Getting "Internal Server Error"

Rapid account: Asif Iqbal
asif.iqbal
4년 전

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 4년 전

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,

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿