Forager public API endpoints documentation
Forager public API endpoints documentation
indeed
- Indeedlinkedin
- LinkedInangellist
- AngelListTo 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.
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
]
}'
indeed
- Indeedlinkedin
- LinkedInangellist
- AngelListShort serializer for the Organization model.
Serializer for the OrganizationLinkedinInfo model.
Serializer for the LinkedinIndustry document.
Serializer for the InnerLocation model for Jobs search API.
{ "search_results": [ { … } ], "total_search_results": 0 }
indeed
- Indeedlinkedin
- LinkedInangellist
- AngelListTo 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.
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
]
}'
{ "total_search_results": 0 }
curl -i -X POST \
'https://api-v2.forager.ai/api/{account_id}/datastorage/website_detail_lookup/' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"domain": "string",
"organization_id": 0,
"organization_linkedin_public_identifier": "string"
}'
{ "id": 0, "domain": "http://example.com", "tranco_rank": 2147483647, "similarweb_rank": 2147483647, "similarweb_traffic": 9223372036854776000, "website_technologies": [ { … } ] }