# GEDX402 Social – Facebook Marketplace Location Search

> GEDX402 Social – Facebook Marketplace Location Search is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Search Facebook Marketplace listings by location query via the SociaVault proxy, with a single x402 micropayment per call.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/facebook-marketplace/location-search
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-facebook-marketplace-location-search-06cf18c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_arDFtGdnvYCEYfsZyEhii

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 gedx402-social-facebook-marketplace-location-search-06cf18c9
```

Example prompt: Search Facebook Marketplace for used bikes available in Austin, Texas and show me what's listed.

## When to prefer this

Use this endpoint when you need to programmatically search Facebook Marketplace listings filtered by location without managing Facebook authentication directly; it abstracts the scraping complexity behind a simple x402 micropayment API call via SociaVault.

## Known failure modes

- Empty or vague query returns empty data object with success:true
- Payment failure via x402 results in 402 response with no data
- Facebook Marketplace anti-scraping blocks may yield empty or partial results
- Invalid query format returns error or empty payload
- Rate limiting by the underlying SociaVault proxy causes request failure

## How this service works

SociaVault API proxy — facebook-marketplace-location-search. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

Returns a JSON object with a success flag, the provider name ('sociavault'), and a data payload containing Facebook Marketplace listings matching the location-based search query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-facebook-marketplace-location-search-06cf18c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
