Access the Scammer Catcher API to integrate our data into your applications.
The API endpoint for accessing the data is:
https://scca.pages.dev/api.json
curl -X GET "https://scca.pages.dev/api.json"
fetch('https://scca.pages.dev/api.json')
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
import requests
url = 'https://scca.pages.dev/api.json'
response = requests.get(url)
data = response.json()
print(data)
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => 'https://scca.pages.dev/api.json',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
]);
$response = curl_exec($curl);
curl_close($curl);
echo $response;
The data is returned in JSON format, with the following structure:
Key | Description |
---|---|
Id | Unique identifier for the scammer |
Sources | URL sources of the information |
Picture | URL of the preview picture |
Field | Field of scammer activity |
Country | Country of the scammer |
Person | |
Person Name | Name of the person |
Person Email | Email address of the person |
Person Phone Number | Phone number of the person |
Person State | State of the person |
Person City | City of the person |
Website Url | URL of the website |
Business | |
Business Email | Email address of the business |
Business Phone Number | Phone number of the business |
Business Website | Website of the business |
National Identity Card | |
National Identity Card Name | Name on the national identity card |
National Identity Card Id | ID of the national identity card |
Facebook Profile Id | ID of the Facebook profile |
Facebook Profile Name | Name of the Facebook profile |
Facebook Profile Username | Username of the Facebook profile |
Facebook Page Id | ID of the Facebook page |
Facebook Page Name | Name of the Facebook page |
Facebook Page Username | Username of the Facebook page |
Instagram Name | Name of the Instagram account |
Instagram Username | Username of the Instagram account |
TikTok | |
TikTok Name | Name of the TikTok account |
TikTok Username | Username of the TikTok account |
Telegram | |
Telegram Name | Name of the Telegram account |
Telegram Username | Username of the Telegram account |
Twitter Name | Name of the Twitter account |
Twitter Username | Username of the Twitter account |
WhatsApp Name | Name of the WhatsApp account |
WhatsApp Phone Number | Phone number of the WhatsApp account |
Algeria Post | |
BaridiMob Rip | BaridiMob RIP number |
Algeria Post Name | Name of the Algeria post |
Algeria Post Rip | Algeria post RIP number |
Bank transfer | |
Bank Holder Name | Name of the bank account holder |
Bank Iban | IBAN of the bank account |
PayPal | |
PayPal Name | Name of the PayPal account |
PayPal Username | Username of the PayPal account |
PayPal Email | Email address of the PayPal account |
PayPal Phone Number | Phone number of the PayPal account |
Paysera | |
Paysera Id | ID of the Paysera account |
Paysera Name | Name of the Paysera account |
Paysera Username | Username of the Paysera account |
Paysera Email | Email address of the Paysera account |
Paysera Phone Number | Phone number of the Paysera account |
Wise | |
Wise Id | ID of the Wise account |
Wise Name | Name of the Wise account |
Wise Username | Username of the Wise account |
Wise Email | Email address of the Wise account |
Wise Phone Number | Phone number of the Wise account |
RedotPay | |
RedotPay Id | ID of the RedotPay account |
RedotPay Name | Name of the RedotPay account |
RedotPay Username | Username of the RedotPay account |
RedotPay Email | Email address of the RedotPay account |
RedotPay Phone Number | Phone number of the RedotPay account |
Pyypl | |
Pyypl Id | ID of the Pyypl account |
Pyypl Name | Name of the Pyypl account |
Pyypl Username | Username of the Pyypl account |
Pyypl Email | Email address of the Pyypl account |
Pyypl Phone Number | Phone number of the Pyypl account |
Payoneer | |
Payoneer Id | ID of the Payoneer account |
Payoneer Name | Name of the Payoneer account |
Payoneer Username | Username of the Payoneer account |
Payoneer Email | Email address of the Payoneer account |
Payoneer Phone Number | Phone number of the Payoneer account |
Binance | |
Binance Id | ID of the Binance account |
Binance Name | Name of the Binance account |
Binance Username | Username of the Binance account |
Binance Email | Email address of the Binance account |
Binance Phone Number | Phone number of the Binance account |
Binance Pay Id | ID of the Binance Pay account |
Binance P2P Advertiser Id | ID of the Binance P2P advertiser |
Skrill | |
Skrill Id | ID of the Skrill account |
Skrill Name | Name of the Skrill account |
Skrill Username | Username of the Skrill account |
Skrill Email | Email address of the Skrill account |
Skrill Phone Number | Phone number of the Skrill account |
Perfect Money | |
Perfect Money Id | ID of the Perfect Money account |
Perfect Money Name | Name of the Perfect Money account |
Perfect Money Email | Email address of the Perfect Money account |
Perfect Money Phone Number | Phone number of the Perfect Money account |
Webmoney | |
Webmoney Id | ID of the Webmoney account |
Webmoney Name | Name of the Webmoney account |
Webmoney Email | Email address of the Webmoney account |
Webmoney Phone Number | Phone number of the Webmoney account |