Mohammed osama
12/12/2024, 11:11 PMcurl --request POST \
--url "<https://api.theirstack.com/v1/jobs/search>" \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer XXXXXXXXX" \
-d '{
"order_by": [
{
"desc": true,
"field": "num_jobs"
}
],
"include_total_results": false,
"posted_at_max_age_days": 1,
"revealed_company_data": false,
"job_technology_slug_or": [
"react",
"javascript"
],
"page": 0,
"limit": 10,
"blur_company_data": false
}'
another sample request
curl --request POST \
--url "<https://api.theirstack.com/v1/jobs/search>" \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer XXXXXX" \
-d '{
"include_total_results": false,
"order_by": [
{
"desc": true,
"field": "num_jobs"
}
],
"posted_at_max_age_days": 1,
"revealed_company_data": false,
"job_title_or": [
"React"
],
"page": 0,
"limit": 10,
"blur_company_data": false
}'
Any idea what is the problem here or what could be done to resolve as it’s quite deal-breaker here?
PS: Thanks for the awesome platform, it’s really neat and simple.Xoel
until_n_days_ago
returned no results.
We activated it again and are reparsing all jobs from the last month. You should now get plenty of results if you make that query again.
Cheers!Mohammed osama
12/16/2024, 12:06 PMXoel
Mohammed osama
12/16/2024, 12:07 PMMohammed osama
12/16/2024, 12:13 PM