# Similarweb — Wrapped API

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

> Analyze any website's performance by retrieving detailed traffic statistics, visitor demographics, geographic distribution, competitor benchmarks, and search source data. Monitor engagement metrics and rankings to understand how websites compare in your industry and discover new competitive opportunities.

**Category:** Business Directories | **Website:** [www.similarweb.com/website/](https://www.similarweb.com/website/) | **Docs:** [parse.bot/marketplace/9b60e939-f15c-48ba-bcdf-9845ac005595/similarweb-com-api](https://parse.bot/marketplace/9b60e939-f15c-48ba-bcdf-9845ac005595/similarweb-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-similarweb-com-api-9b60e939/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_website_info

Get comprehensive website analytics data for any domain, including company info, rankings, traffic engagement metrics, competitors, demographics, geography, and search sources. Data is extracted from Similarweb's public website analysis pages. Returns data for the most recent month available. Some sections (demographics, geography, search_sources) may be null for low-traffic or newly-registered domains.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `domain` | string | Yes | The website domain to analyze (e.g., 'nike.com', 'google.com'). Do not include protocol prefix. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-similarweb-com-api-9b60e939/get_website_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"domain":"<string>"}'
```
