Quickstart
Semantil finds companies, enriches domains, and discovers lookalikes. Choose the shortest way to get your first result.
Choose an API
Section titled “Choose an API”Start from what you already know. The Playground exposes the same three core actions without requiring you to build the request by hand.
| You have | Use | What it does |
|---|---|---|
| A company domain | Domain enrichment | Returns selected profile, technology, company, contact, commerce, or merchant-size data for that domain. |
| A description of a market | Company search | Finds companies using business-language search and verified catalog filters. |
| A strong customer or competitor | Lookalike | Uses one seed domain to return a ranked list of similar companies. |
See copy-ready examples for each action, or open the API reference for every parameter and response schema.
Make your first API call
Section titled “Make your first API call”-
Create an API key
Open API keys and create one key for this integration.
-
Verify the key
Terminal window curl -H "Authorization: Bearer $SEMANTIL_API_KEY" \"https://semantil.com/api/me"A
200response means the key is ready. This authentication check does not consume credits. -
Enrich one domain
Terminal window curl -H "Authorization: Bearer $SEMANTIL_API_KEY" \"https://semantil.com/api/domains/notino.pl?products=profile"This asks for the
profileproduct. Check the liveGET /api/productscatalog for current products and usage units before setting a request budget.
- Examples — copy practical enrichment, search, and lookalike requests.
- Authentication — create and protect integration keys.
- API reference — inspect endpoints and test requests.
- Usage and credits — read live usage data and cap requests.
- Errors — handle stable error codes.