Forager public API endpoints documentation
Forager public API (1.0.0)
Body
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
indeed
- Indeedlinkedin
- LinkedInangellist
- AngelList
Enum"indeed""linkedin""angellist"
To get a list of IDs use Organizations lookup endpoint.
To get a list of IDs use Locations lookup endpoint.
To get a list of IDs use Locations lookup endpoint.
https://api-v2.forager.ai/api/{account_id}/datastorage/job_search/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-v2.forager.ai/api/{account_id}/datastorage/job_search/' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"page": 0,
"job_source": "indeed",
"date_featured_start": "2019-08-24",
"date_featured_end": "2019-08-24",
"organization_ids": [
0
],
"title": "string",
"description": "string",
"is_remote": true,
"is_active": true,
"locations": [
0
],
"locations_exclude": [
0
]
}'
Bodyapplication/json
indeed
- Indeedlinkedin
- LinkedInangellist
- AngelList
Enum"indeed""linkedin""angellist"
Short serializer for the Organization model.
Serializer for the OrganizationLinkedinInfo model.
Serializer for the LinkedinIndustry document.
Serializer for the InnerLocation model for Jobs search API.
Response
application/json
{ "search_results": [ { … } ], "total_search_results": 0 }
Body
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
indeed
- Indeedlinkedin
- LinkedInangellist
- AngelList
Enum"indeed""linkedin""angellist"
To get a list of IDs use Organizations lookup endpoint.
To get a list of IDs use Locations lookup endpoint.
To get a list of IDs use Locations lookup endpoint.
https://api-v2.forager.ai/api/{account_id}/datastorage/job_search/totals/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-v2.forager.ai/api/{account_id}/datastorage/job_search/totals/' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"page": 0,
"job_source": "indeed",
"date_featured_start": "2019-08-24",
"date_featured_end": "2019-08-24",
"organization_ids": [
0
],
"title": "string",
"description": "string",
"is_remote": true,
"is_active": true,
"locations": [
0
],
"locations_exclude": [
0
]
}'
Response
application/json
{ "total_search_results": 0 }