# Company Enrichment

> **You are on:** `https://beta-api.paywithlocus.com/api` | [llms.txt](https://beta.paywithlocus.com/llms.txt)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API |
> |---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com |
> | Beta | beta.paywithlocus.com | beta-api.paywithlocus.com |
> | Stage | stage.paywithlocus.com | stage-api.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Enrich company data from a domain name.

**Category:** Data Enrichment | **Website:** [www.abstractapi.com/api/company-enrichment](https://www.abstractapi.com/api/company-enrichment) | **Docs:** [docs.abstractapi.com/company-enrichment](https://docs.abstractapi.com/company-enrichment)

## Access Methods

| Method | Base URL | Auth |
|--------|----------|------|
| **MPP (Tempo)** | `https://abstract-company-enrichment.mpp.paywithlocus.com/abstract-company-enrichment/` | HTTP 402 auto-payment |
| **Wrapped API** | `https://beta-api.paywithlocus.com/api/wrapped/abstract-company-enrichment/` | `Authorization: Bearer <LOCUS_API_KEY>` |

**OpenAPI discovery:** `GET https://abstract-company-enrichment.mpp.paywithlocus.com/openapi.json`

## Endpoints

### Lookup

Get company details (name, industry, size, etc.) from a domain.

**Estimated cost:** $0.006

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `domain` | string | Yes | Company domain to enrich |
| `fields` | string | No | Comma-separated fields to return |

```bash
curl -X POST https://abstract-company-enrichment.mpp.paywithlocus.com/abstract-company-enrichment/lookup \
  -H "Content-Type: application/json" \
  -d '{"domain":"<string>","fields":"<string>"}'
```
