Skip to content

Forager public API (1.0.0)

Forager public API endpoints documentation

Download OpenAPI description
Languages
Servers

https://api-v2.forager.ai/

Operations
Operations
Operations
Operations
Operations
Operations

Request

Industries objects lookup.

Query
qstringrequired

Industry name.

pageinteger
curl -i -X GET \
  'https://api-v2.forager.ai/api/datastorage/autocomplete/industries/?q=string&page=0'

Responses

Valid response.

Bodyapplication/json
resultsArray of objects
paginationobject
Response
application/json
{ "results": [ {} ], "pagination": { "more": true } }

Request

Organizations objects lookup.

Query
qstringrequired

Organization name or domain.

pageinteger
curl -i -X GET \
  'https://api-v2.forager.ai/api/datastorage/autocomplete/organizations/?q=string&page=0'

Responses

Valid response.

Bodyapplication/json
resultsArray of objects
paginationobject
Response
application/json
{ "results": [ {} ], "pagination": { "more": true } }

Request

Organization keywords objects lookup.

Query
qstringrequired

Organization keyword name.

pageinteger
curl -i -X GET \
  'https://api-v2.forager.ai/api/datastorage/autocomplete/organization_keywords/?q=string&page=0'

Responses

Valid response.

Bodyapplication/json
resultsArray of objects
paginationobject
Response
application/json
{ "results": [ {} ], "pagination": { "more": true } }

Request

Locations objects lookup.

Query
qstringrequired

City, State, Country or Continent.

pageinteger
curl -i -X GET \
  'https://api-v2.forager.ai/api/datastorage/autocomplete/locations/?q=string&page=0'

Responses

Valid response.

Bodyapplication/json
resultsArray of objects
paginationobject
Response
application/json
{ "results": [ {} ], "pagination": { "more": true } }

Request

Person skills objects lookup.

Query
qstringrequired

Person skill name.

pageinteger
curl -i -X GET \
  'https://api-v2.forager.ai/api/datastorage/autocomplete/person_skills/?q=string&page=0'

Responses

Valid response.

Bodyapplication/json
resultsArray of objects
paginationobject
Response
application/json
{ "results": [ {} ], "pagination": { "more": true } }

Request

Web technologies objects lookup.

Query
qstringrequired

Web technology name.

pageinteger
curl -i -X GET \
  'https://api-v2.forager.ai/api/datastorage/autocomplete/web_technologies/?q=string&page=0'

Responses

Valid response.

Bodyapplication/json
resultsArray of objects
paginationobject
Response
application/json
{ "results": [ {} ], "pagination": { "more": true } }