# AnyAPI Facebook Marketplace Location Search

> AnyAPI Facebook Marketplace Location Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes Facebook Marketplace listings filtered by geographic location and returns structured product data

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.marketplace_location_search
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-facebook-marketplace-location-search-5dac3395
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hvfI1CtPZzz90A0EzSkV_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-facebook-marketplace-location-search-5dac3395 -d '<json body>'
```

Example prompt: Search Facebook Marketplace for used road bikes for sale within 25 miles of Austin, Texas and show me the listings with prices and seller details.

## When to prefer this

Use this endpoint when you need to programmatically search Facebook Marketplace listings by geographic location without managing your own scraping infrastructure or Facebook session cookies. It is ideal for price comparison, market research, inventory monitoring, or building local deal-finder applications. Prefer this over direct scraping when you want a pay-per-call model with no subscription overhead.

## Known failure modes

- Facebook anti-scraping measures block the request and return no results
- Invalid or unrecognized location returns an empty result set
- Search query too broad returns too many irrelevant results
- Rate limiting or authentication failure returns a 4xx error
- Facebook changes its Marketplace page structure causing parsing failures
- Payment failure via x402 prevents request from being processed

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON array of Facebook Marketplace listings matching the location-based search, including item titles, prices, listing URLs, seller names or handles, item descriptions, and geographic location data for each result.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-facebook-marketplace-location-search-5dac3395/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
