Forager public API endpoints documentation
Forager public API (1.0.0)
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
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 Industries lookup endpoint.
To get a list of IDs use Industries lookup endpoint.
To get a list of IDs use Organization keywords lookup endpoint.
To get a list of IDs use Organization keywords lookup endpoint.
LinkedIn organization "Public identifier/Slug/ID" - "linkedin.com/company/!slug!/".
To get a list of IDs use Locations lookup endpoint.
To get a list of IDs use Locations lookup endpoint.
product_hunt
- Product Huntform_c_sec_gov
- Form C sec.govform_d_sec_gov
- Form D sec.gov
report_released
- Report releasedpromoted_on_site
- Promoted on site
https://api-v2.forager.ai/api/{account_id}/datastorage/organization_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/organization_search/' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"page": 0,
"organization_ids": [
0
],
"description": "string",
"locations": [
0
],
"industries": [
0
],
"industries_exclude": [
0
],
"keywords": [
0
],
"employees_start": 0,
"employees_end": 0,
"founded_date_start": "2019-08-24",
"founded_date_end": "2019-08-24",
"revenue_start": 0,
"revenue_end": 0,
"domains": [
"string"
],
"domain_rank_start": 0,
"domain_rank_end": 0,
"domain_traffic_start": 0,
"domain_traffic_end": 0,
"web_technologies": [
0
],
"linkedin_public_identifiers": [
"string"
],
"funding_types": [
"angel"
],
"funding_total_start": 0,
"funding_total_end": 0,
"funding_event_date_featured_start": "2019-08-24",
"funding_event_date_featured_end": "2019-08-24",
"job_post_title": "string",
"job_post_description": "string",
"job_post_is_remote": true,
"job_post_is_active": true,
"job_post_date_featured_start": "2019-08-24",
"job_post_date_featured_end": "2019-08-24",
"job_post_locations": [
0
],
"job_post_locations_exclude": [
0
],
"simple_event_source": "product_hunt",
"simple_event_reason": "report_released",
"simple_event_date_featured_start": "2019-08-24",
"simple_event_date_featured_end": "2019-08-24"
}'
Serializer for the InnerLocation model.
Serializer for the OrganizationFinanceInfo model.
Serializer for the OrganizationLinkedinInfo model.
Serializer for the LinkedinIndustry document.
Events will be available in case any event field would be used for the search. In results will be available 30 most recent matches.
product_hunt
- Product Huntform_c_sec_gov
- Form C sec.govform_d_sec_gov
- Form D sec.gov
report_released
- Report releasedpromoted_on_site
- Promoted on site
Events will be available in case any event field would be used for the search. In results will be available 30 most recent matches.
crunchbase
- Crunchbase
Events will be available in case any event field would be used for the search. In results will be available 30 most recent matches.
indeed
- Indeedlinkedin
- LinkedInangellist
- AngelList
{ "search_results": [ { … } ], "total_search_results": 0 }
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
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 Industries lookup endpoint.
To get a list of IDs use Industries lookup endpoint.
To get a list of IDs use Organization keywords lookup endpoint.
To get a list of IDs use Organization keywords lookup endpoint.
LinkedIn organization "Public identifier/Slug/ID" - "linkedin.com/company/!slug!/".
To get a list of IDs use Locations lookup endpoint.
To get a list of IDs use Locations lookup endpoint.
product_hunt
- Product Huntform_c_sec_gov
- Form C sec.govform_d_sec_gov
- Form D sec.gov
report_released
- Report releasedpromoted_on_site
- Promoted on site
https://api-v2.forager.ai/api/{account_id}/datastorage/organization_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/organization_search/totals/' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"page": 0,
"organization_ids": [
0
],
"description": "string",
"locations": [
0
],
"industries": [
0
],
"industries_exclude": [
0
],
"keywords": [
0
],
"employees_start": 0,
"employees_end": 0,
"founded_date_start": "2019-08-24",
"founded_date_end": "2019-08-24",
"revenue_start": 0,
"revenue_end": 0,
"domains": [
"string"
],
"domain_rank_start": 0,
"domain_rank_end": 0,
"domain_traffic_start": 0,
"domain_traffic_end": 0,
"web_technologies": [
0
],
"linkedin_public_identifiers": [
"string"
],
"funding_types": [
"angel"
],
"funding_total_start": 0,
"funding_total_end": 0,
"funding_event_date_featured_start": "2019-08-24",
"funding_event_date_featured_end": "2019-08-24",
"job_post_title": "string",
"job_post_description": "string",
"job_post_is_remote": true,
"job_post_is_active": true,
"job_post_date_featured_start": "2019-08-24",
"job_post_date_featured_end": "2019-08-24",
"job_post_locations": [
0
],
"job_post_locations_exclude": [
0
],
"simple_event_source": "product_hunt",
"simple_event_reason": "report_released",
"simple_event_date_featured_start": "2019-08-24",
"simple_event_date_featured_end": "2019-08-24"
}'
{ "total_search_results": 0 }