APIHub
Back to Explore

Automata Market Intelligence API

It offers endpoints to search for companies and associated articles using keyword terms, and to find similar companies or content based on a website link or arbitrary text. The API returns relevant company information, text snippets, and related articles or blogs.

Uncategorized
apiKeyHeader
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

164ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/contentpro-search

Send search terms to receive the most relevant articles and companies.

  • terms (query, required) — We provide information about related companies and articles based on the search terms you provide. Separate search terms with commas. Ex. https://api.byautomata.io/contentpro-search?terms=cloud+computing,enterprise,security
POST

/contentpro-similar-text

The /contentpro-similar-text endpoint accepts and arbitrary piece of text and returns similar articles and blogs written by companies.

GET

/search

Send search terms to receive the most relevant companies along with text snippets.

  • terms (query, required) — We provide information about related companies based on the search terms you provide. Separate search terms with commas. Ex. https://api.byautomata.io/search?link=cloud+computing,enterprise,security
  • page (query, page) — Page number of search results. Ex. https://api.byautomata.io/search?page=0&link=cloud+computing,enterprise,security
GET

/similar

Send a company website to receive a list of companies related to them.

  • link (query, required) — We'll provide information about related companies based on the site you provide. If a LinkedIn page is sent, we will try to identify the company related to the page. Ex. https://api.byautomata.io/similar?link=ibm.com
  • page (query, page) — Page number of search results. Ex. https://api.byautomata.io/similar?link=ibm.com&page=1

4 endpoints auto-detected

Authentication

This API uses an API key, passed in the "x-api-key" header. No OAuth required.

curl -X GET \
  "https://api.byautomata.io/contentpro-search" \
  -H "x-api-key: YOUR_API_KEY"

api.byautomata.io · HTTPS only