Forager public API endpoints documentation
Forager public API endpoints documentation
curl -i -X GET \
'https://api-v2.forager.ai/api/datastorage/autocomplete/industries/?page=0&q=string'
{ "results": [ { … } ], "pagination": { "more": true } }
curl -i -X GET \
'https://api-v2.forager.ai/api/datastorage/autocomplete/organizations/?page=0&q=string'
{ "results": [ { … } ], "pagination": { "more": true } }
curl -i -X GET \
'https://api-v2.forager.ai/api/datastorage/autocomplete/organization_keywords/?page=0&q=string'
{ "results": [ { … } ], "pagination": { "more": true } }
curl -i -X GET \
'https://api-v2.forager.ai/api/datastorage/autocomplete/locations/?page=0&q=string'
{ "results": [ { … } ], "pagination": { "more": true } }
curl -i -X GET \
'https://api-v2.forager.ai/api/datastorage/autocomplete/person_skills/?page=0&q=string'
{ "results": [ { … } ], "pagination": { "more": true } }
curl -i -X GET \
'https://api-v2.forager.ai/api/datastorage/autocomplete/web_technologies/?page=0&q=string'
{ "results": [ { … } ], "pagination": { "more": true } }