# Proxidize — 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.

> Access detailed information about Proxidize's product lineup, platform capabilities, supported integrations, and real-world use cases to understand their mobile proxy solutions. Use this to research their offerings, evaluate features, and discover how their platform can address your specific needs.

**Category:** Developer Tools | **Website:** [proxidize.com/](https://proxidize.com/) | **Docs:** [parse.bot/marketplace/ba3e63e3-85e0-4074-ba58-4bde8401e0bf/proxidize-com-api](https://parse.bot/marketplace/ba3e63e3-85e0-4074-ba58-4bde8401e0bf/proxidize-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-proxidize-com-api-ba3e63e3/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_company_offerings

Returns a structured overview of what Proxidize offers: proxy products (mobile, residential, datacenter, ISP), supported use cases, platform features, and tool integrations. A single-object response summarizing the company's public homepage.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-proxidize-com-api-ba3e63e3/get_company_offerings \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
