US Real Estate

FREEMIUM
By Data Scraper | Updated 7 days ago | Data
Popularity

9.8 / 10

Latency

1,538ms

Service Level

100%

Health Check

100%

Back to All Discussions

403 on authenticated call

Rapid account: Kyle 1 T G Ta Q 2 R
kyle-1t_gTaQ2R
5 months ago
Hello, when calling the api with a valid api key i randomly get the error:
{

status: 403,
message: ‘Error Text Response: Response code 403 (Forbidden)’,
data: null
}

If I retry the exact same request it will usually work on the second time. Why is this happening? Is there a rate limiter or something that is not documented?

Rapid account: Datascraper
datascraper Commented 5 months ago

Hi,

We’ve added a function to re-sent the request with 403 respond code from the source.
We hope this can address that problem.
Let us know if you the problem still occurs.

Thanks

Rapid account: Kyle 1 T G Ta Q 2 R
kyle-1t_gTaQ2R Commented 5 months ago

hi, any update on this?

Rapid account: Kyle 1 T G Ta Q 2 R
kyle-1t_gTaQ2R Commented 5 months ago

sure, this is the for sale endpoint

url: ‘https://us-real-estate.p.rapidapi.com/v3/for-sale’,
params: {
state_code: ‘UT’,
sort: ‘newest’,
offset: ‘0’,
limit: ‘200’,
price_min: ‘10000’,
property_type: ‘multi_family,single_family,townhouse,condo’,
hide_pending_contingent: ‘true’
},

But i have also noticed it happening on the /v2/for-rent-by-zipcode as well. It is random as i paginate through the results by increasing the offset
Rapid account: Datascraper
datascraper Commented 5 months ago

Hi,

Can you provide the endpoint with the parameters?

Join in the discussion - add comment below:

Login / Signup to post new comments