# Automata Market Intelligence API **Provider:** Automata Market Intelligence **Category:** developer **Base URL:** `https://api.byautomata.io` **Auth:** api-key — `x-api-key: YOUR_API_KEY` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.byautomata.io ## Description This document provides the documentation for the Market Intelligence API by Automata. Get your API Key at https://apis.byautomata.io and check out our Postman Collection.

The root API endpoint is https://api.byautomata. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.byautomata.io/contentpro-search` | Send search terms to receive the most relevant articles and companies. | | POST | `https://api.byautomata.io/contentpro-similar-text` | The /contentpro-similar-text endpoint accepts and arbitrary piece of text and returns similar articles and blogs written by companies. | | GET | `https://api.byautomata.io/search` | Send search terms to receive the most relevant companies along with text snippets. | | GET | `https://api.byautomata.io/similar` | Send a company website to receive a list of companies related to them. | ## Authentication API key in the request header (x-api-key) ``` x-api-key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.byautomata.io/contentpro-search' \ -H 'x-api-key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid market intelligence API. Pricing on request for business/enterprise plans. --- *Source: [API Map](https://apimap.dev/apis/automata-market-intelligence/) — CC BY 4.0*