Skip to main content
POST
/
api
/
otta
/
companies
/
search
/otta/companies/search
curl --request POST \
  --url https://api.anysite.io/api/otta/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "keyword": "",
  "company_sizes": [],
  "sectors": [],
  "locations": [],
  "currency": "GBP"
}
'
[
  {
    "@type": "@otta_company_card",
    "id": "<string>",
    "alias": "<string>",
    "name": "<string>",
    "image": "<string>",
    "favicon": "<string>",
    "primary_colour": "<string>",
    "short_description": "<string>",
    "live_job_count": 123,
    "size": "<string>",
    "sectors": [],
    "total_funding": {
      "@type": "@otta_money",
      "amount": 123,
      "currency": "<string>"
    },
    "job_locations": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Max number of companies to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
keyword
string
default:""

Company name to filter by

company_sizes
enum<string>[]

Filter by company employee-count band

Available options:
1-20,
21-100,
101-200,
201-500,
501-1000,
1001+
sectors
enum<string>[]

Filter by business sectors / industries

Available options:
Accelerator,
Accessibility,
Accounting,
Advertising,
Aerospace,
Age-tech,
Agency,
Agriculture,
Analytics,
API,
Art,
Artificial Intelligence,
Augmented Reality,
Automation,
B2B,
B2C,
Banking,
Beauty,
Big data,
Biology,
Biotechnology,
Blockchain,
Bookkeeping,
Business Intelligence,
Capital Markets,
Cars,
Charity,
Childcare,
Cloud Computing,
Communication,
Community,
Compliance,
Computer Vision,
Construction,
Consulting,
Consumer Appliances,
Consumer Goods,
Content,
Credit cards,
Credit Scoring,
Crowdfunding,
Cryptocurrency,
Customer service,
Cyber Security,
D2C,
Data Analysis,
Data Integration,
Data Sharing,
Data storage,
Dating,
Deep Tech,
Delivery,
Dentistry,
Design,
DevOps,
Digital Media,
Discount,
Drones,
eCommerce,
Education,
Electric Vehicles,
Energy,
Enterprise,
Entertainment,
Environmental,
eSports,
Events,
Fashion,
Femtech,
Financial Services,
Fintech,
Fitness,
Flexible working,
Flights,
Flowers,
Food,
Foreign exchange,
Fraud,
Freight,
Fundraising,
Furniture,
Gambling,
Gaming,
Governments,
Hardware,
Healthcare,
Home improvement,
Hospitality,
HR,
Identity,
Incubator,
Insurance,
Interior design,
Internal tools,
Internet of Things,
Investing,
Kids,
Languages,
Lead generation,
Learning,
Legal,
Lending,
Lifestyle,
Location services,
Logistics,
Machine Learning,
Manufacturing,
Market research,
Marketing,
Marketplace,
Media,
MedTech,
Mencare,
Mental health,
Mobile,
Mobility,
Mortgages,
Music,
Nature,
Navigation,
Networking,
No-Code,
Nutrition,
Office,
Outsourcing,
Payments,
Personal finance,
Personal health,
Pets,
Printing,
Privacy,
Procurement,
Product,
Product Management,
Productivity,
Property,
Publishing,
Real Estate,
Recruitment,
Regtech,
Renting,
Retail,
Reviews,
Ridesharing,
Robotics,
SaaS,
Sales,
Science,
Security,
Sharing Economy,
Social,
Social Impact,
Social Media,
Sports,
Strategic Intelligence,
Subscription,
Supply Chain,
Sustainability,
Telecommunications,
Ticketing,
Toys,
Trading,
Training,
Transport,
Travel,
Tutoring,
Venture Capital,
Video,
Virtual Reality,
Visualisation,
Web 3.0,
Web Design,
Weddings,
Wellbeing
locations
enum<string>[]

Filter by office or remote job locations

Available options:
AMSTERDAM,
AUSTIN_US,
BARCELONA,
BERLIN,
BIRMINGHAM,
BOSTON_US,
BRISTOL,
CAMBRIDGE,
CARDIFF,
CHICAGO_US,
DENVER_US,
DUBLIN,
EDINBURGH,
GLASGOW,
LEEDS,
LONDON,
LOS_ANGELES_US,
MANCHESTER,
MIAMI_US,
NEW_YORK_US,
NOTTINGHAM,
OXFORD,
PARIS,
REMOTE_CANADA,
REMOTE_EUROPE,
REMOTE_FRANCE,
REMOTE_GERMANY,
REMOTE_IRELAND,
REMOTE_NETHERLANDS,
REMOTE_SPAIN,
REMOTE_UK,
REMOTE_US,
SAN_FRANCISCO_BAY_AREA_US,
TORONTO,
VANCOUVER
currency
enum<string>
default:GBP

Currency for funding amounts

Available options:
CAD,
EUR,
GBP,
USD

Response

Successful Response

@type
string
default:@otta_company_card
id
string | null
alias
string | null
name
string | null
image
string | null
favicon
string | null
primary_colour
string | null
short_description
string | null
live_job_count
integer | null
size
string | null
sectors
OttaSector · object[]
total_funding
OttaMoney · object
job_locations
string[]