Skip to main content
  • Entities are resolved across a proprietary database of 20M+ private and public companies.
  • News signals are deduplicated across 1,000+ curated sources.
  • Custom parameters and scoring logic can be defined at query time.
  • Every output is agent-native, source-traced, and ready to plug directly into your models, agents, and workflows without additional processing.

API Products

Wokelo’s API Suite consists of four types of APIs:

Enrichment

Company Instant Enrichment

Instant enrichment on defined parameters for a company.

Company Deep Intelligence

On-demand intelligence with custom parameters on any company.

Industry Deep Intelligence

On-demand intelligence with custom parameters on any industry.

Discovery

Market Map

Ranked, filtered company lists with custom parameters.

Target Screening

Scored acquisition targets with custom filtering logic.

Buyer Screening

Scored strategic and financial buyers with custom logic.

Competitor List

Find competitors of a given company.

M&A Activity

Obtain in-depth acquisition activities of a given company.

Fundraising Activity

Obtain funding activity, investor landscape, and funding stage analysis.

Monitoring

Company News Monitoring

Deduplicated, entity-resolved news signals for companies.

Industry News Monitoring

Deduplicated, entity-resolved news signals for industry.

Newsfeed

News feed with filtering options.

Workflow Automation

Company Research

Trigger Wokelo’s company research workflows and return in any format.

Industry Research

Trigger Wokelo’s industry research workflows, return in any format.

Peer Comparison

Trigger Wokelo’s peer comparison workflows and return in any format.

Custom Workflow

Trigger custom research workflows and return in any format.
Enrichment and Discovery APIs are request-based. Each request returns a request_id which can be used to track status and retrieve results in JSON when complete. News Monitoring APIs return synchronously data directly in the HTTP response. Workflow Automation APIs are executed within notebooks and outputs can be exported as PDF, PPT, DOC, or JSON.

API structure

Wokelo’s API follows two primary patterns depending on the complexity of the operation: Synchronous APIs (instant response)
  • Company Instant Enrichment — Returns structured data for a company in the HTTP response.
  • Company News Monitoring, Industry News Monitoring, Newsfeed API — Returns results directly in the HTTP response
  • Company Search — Returns matching companies immediately in the HTTP response
Asynchronous APIs (submit request, poll for status, retrieve results)
  • Company Enrichment (Batch), Company Deep Intelligence, Industry Deep Intelligence and all the Discovery APIs return a request_id
  • All Workflow Automation APIs return a report_id
  • Poll for status, then retrieve results when complete. For request_id, use Request result API to view the results. For report_id, use Download Report API to download the report.
Example of Synchronous API response News monitoring API will return the list of news directly in HTTP response.
Example of Asynchronous API response Company Enrichment API will return a request_id as a response. One has to use Request Result API to fetch the result of this request_id.,
Company Research API will return a report_id as a response. One has to use Download Report API to view the report output.

Estimated Time