Endpoint Playground
Test Crawlora's BBB Scam Tracker Detail API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/bbb/scamtracker/<id>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| id (path) | string | Yes | BBB Scam Tracker report id, from a bbb-scamtracker-search result's id or url |
{
"code": 200,
"msg": "OK",
"data": {
"id": "1397968",
"description": "AltRX has taken $149 and is stringing me along about my 2nd delivery. They deducted money from my account with no product being delivered",
"dollars_lost": "$149",
"targeted_location": "Chesapeake, VA, USA - 23322",
"scammer_location": "GA",
"scammer_email": "Unknown Email",
"scammer_phone": "Unknown Phone Number",
"scammer_url": "Unknown URL",
"scam_type": "Online Purchase",
"business_name": "AltRX",
"date_reported": "August 19, 2026",
"source_url": "https://www.bbb.org/scamtracker/lookupscam/1397968"
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns one normalized BBB Scam Tracker consumer scam report: description, dollars lost, targeted person's location, scammer location/email/phone/URL (when known), scam type, business name used, and date reported. Credential-free public Better Business Bureau data.
{
"code": 200,
"msg": "OK",
"data": {
"id": "1397968",
"description": "AltRX has taken $149 and is stringing me along about my 2nd delivery. They deducted money from my account with no product being delivered",
"dollars_lost": "$149",
"targeted_location": "Chesapeake, VA, USA - 23322",
"scammer_location": "GA",
"scammer_email": "Unknown Email",
"scammer_phone": "Unknown Phone Number",
"scammer_url": "Unknown URL",
"scam_type": "Online Purchase",
"business_name": "AltRX",
"date_reported": "August 19, 2026",
"source_url": "https://www.bbb.org/scamtracker/lookupscam/1397968"
}
}curl "https://api.crawlora.net/api/v1/bbb/scamtracker/<id>" \
-H "x-api-key: $CRAWLORA_API_KEY"