# AutoScout24 Belgium — 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.

> Search and retrieve detailed car listings from AutoScout24 Belgium, including pricing, specifications, and availability information for thousands of vehicles. Browse current inventory across multiple makes and models.

**Category:** Automotive | **Website:** [autoscout24.be/](https://autoscout24.be/) | **Docs:** [parse.bot/marketplace/ad7efb86-37cb-4c1a-9e6b-1b815fc64f36/autoscout24-be-api](https://parse.bot/marketplace/ad7efb86-37cb-4c1a-9e6b-1b815fc64f36/autoscout24-be-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-autoscout24-be-api-ad7efb86/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### scrape_listings

Retrieve all available car listings from AutoScout24.be. Scrapes up to 20 pages (400 listings) with details including brand, model, version, price, mileage, fuel type, dealer name, interest level, and listing URL. No input parameters — returns the current general inventory. Each call may take 20-40 seconds due to multi-page scraping.

**Estimated cost:** Metered

_No parameters required._

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