# Cheatin Heart Scanner — Whos the Dirty Mongrel? (AU Sites) (`admirable_rough_guts/cheatin-heart-scanner`) Actor

"Got a sneaky suspicion? For the price of a coffee, catch 'em red-handed. Scans 12 Aussie dating & social sites in 30\
seconds."         "Don't trust your gut. Trust the receipts."

- **URL**: https://apify.com/admirable\_rough\_guts/cheatin-heart-scanner.md
- **Developed by:** [Marc Davis](https://apify.com/admirable_rough_guts) (community)
- **Categories:** Social media
- **Stats:** 5 total users, 2 monthly users, 2.7% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $450.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Cheatin' Heart Scanner — Who's the Dirty Mongrel? 🇦🇺🔍

[![Apify](https://img.shields.io/badge/Apify-Actor-blue)](https://apify.com)
[![Python](https://img.shields.io/badge/Python-3.12-blue)](https://python.org)

> **Got a sneaky suspicion? For the price of a coffee, catch 'em red-handed.**
> Scans 12 Aussie dating & social sites in 30 seconds. Email. Username. Phone. Pick one.

**Strike me roan!** Suspicious your partner's been a bit too friendly with the Uber Eats driver? Found a strange number in their phone? **Cheatin' Heart Scanner** checks 12 Australian adult social and dating sites to see if someone's profiles are kickin' around where they shouldn't be.

Chuck in an **email, username, or phone number** and this lil' beauty sniffs around **Snapchat, Telegram, Instagram, X/Twitter, AdultFriendFinder, Plenty of Fish, RedHotPie, OKCupid, OnlyFans, FetLife, RSVP, and more** — faster than a gossiping tradie at smoko. You'll know if they're fair dinkum or a dodgy mongrel.

**Don't trust your gut. Trust the receipts.**

---

### 🔧 What This Beauty Does

#### The Sites We Check (v1 — Live)

| Site | How We Check | Verdict |
|---|---|---|
| **Telegram** ✈️ | `t.me/{username}` | ✅ Live |
| **Snapchat** 👻 | `snapchat.com/add/{username}` | ✅ Live |
| **Instagram** 📸 | `instagram.com/{username}/` | ✅ Live |
| **X / Twitter** 🐦 | `x.com/{username}` | ✅ Live |
| **AdultFriendFinder** 🔥 | Profile check | ✅ Live |
| **Plenty of Fish** 🐟 | `pof.com` username check | ✅ Live |
| **RedHotPie** 🥧 | AU's biggest adult dating site | ✅ With residential proxy |
| **OKCupid** 💞 | Dating profile check | ✅ With residential proxy |
| **OnlyFans** 🔞 | Creator profile check | ✅ With residential proxy |
| **FetLife** ⛓️ | Kink/fetish social network | ✅ With residential proxy |
| **RSVP** 💔 | AU dating site | ❌ 404 |

> **Disclaimer:** This is an OSINT tool for investigative purposes. Don't be a creep. If you're usin' it, you've got your reasons — I'm not your priest.

#### What You Need (Input)

| Field | Required? | What It Is |
|---|---|---|
| `email` | One of these | Their email address (e.g. `johnno@bigpond.com`) |
| `username` | One of these | Their handle/nickname on these sites |
| `phone` | One of these | Aussie mobile number (e.g. `+614****5678`) |
| `fullName` | Nah | Their full name — helps narrow results |
| `platforms` | Nah | Which sites to check (default: all 12) |
| `state` | Nah | Which AU state — filters local sites (NSW, VIC, QLD, etc.) |

#### What You Get Back (The Receipts)

```json
{
  "platform": "snapchat",
  "profileFound": true,
  "profileUrl": "https://www.snapchat.com/add/johnno84",
  "username": "johnno84",
  "evidence": "✅ Profile exists — HTTP 200",
  "statusCode": 200
}
````

Plus a summary with your **Dodgy Meter score** (0–100).

***

### 🧪 Test Locally

```bash
cd /root/cheatin-heart-scanner
source /tmp/cheatin-venv/bin/activate

## Dry run — no real sites hit
python test_local.py --username johnno84 --dry-run

## Real test
python test_local.py --username johnno84

## Specific platforms
python test_local.py --email johnno@bigpond.com --platforms snapchat telegram pof
```

***

### 🐍 Call From Code

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")

result = client.actor("YOUR_USERNAME/cheatin-heart-scanner").call(
    run_input={
        "email": "johnno@bigpond.com",
        "username": "johnno84",
        "phone": "+614****5678",
        "platforms": ["snapchat", "adultfriendfinder", "pof", "redhotpie"]
    }
)

dataset = client.dataset(result["defaultDatasetId"]).list_items()
print(dataset.items)
```

#### cURL

```bash
curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~cheatin-heart-scanner/runs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer ***" \
  -d '{
    "username": "johnno84",
    "platforms": ["snapchat", "telegram", "instagram"]
  }'
```

***

### 💰 How Much? (Cheaper Than A Coffee)

| What | Price | Value Comparison |
|---|---|---|
| **Full scan** (all 12 sites) | **$0.50** | Half a servo pie |
| **Quick check** (pick 3-4 sites) | **$0.20** | Less than a scratchie |
| **Private investigator** | **$150+/hr** | You do the bloody maths |

> Still cheaper than a divorce lawyer. Way cheaper than finding out too late.

***

### 🛟 Stuffed? Need A Hand?

- **Bug or issue?** — [GitHub Issues](https://github.com/YOUR_USERNAME/cheatin-heart-scanner/issues)
- **Wanna chinwag?** — [Discord](https://discord.gg/jyEM2PRvMU)
- **Found a dodgy partner?** — That's between you and them. I'm not ya counsellor.

***

### 📄 Legalese

MIT license. Use it wisely. Don't be a tool. This is an OSINT investigation tool — what you do with the info is your own bloody business.

***

*Strike me roan. Built with 🦘 and a broken heart by someone who's seen too many "just work friends" situations. If you're here, you already bloody know why.*

# Actor input Schema

## `email` (type: `string`):

Their email address. The one they use for all their 'newsletters'. E.g. johnno@bigpond.com

## `username` (type: `string`):

Their online handle. Could be their gamertag, Insta handle, or whatever they call themselves when they think nobody's watchin'.

## `phone` (type: `string`):

Aussie mobile in E.164 format, e.g. +614\*\*\*\*5678. The number they 'forgot' to tell you about.

## `fullName` (type: `string`):

Their full name (optional but helps narrow the mongrel down). E.g. John Smith.

## `platforms` (type: `array`):

Pick which platforms to check. Leave empty to check 'em all. Don't be shy.

## `state` (type: `string`):

Narrows results to local AU sites. Pick your state, skip the interstate drama.

## Actor input object example

```json
{
  "email": "johnno@bigpond.com",
  "username": "johnno84",
  "phone": "+614",
  "platforms": [
    "snapchat",
    "telegram",
    "instagram",
    "x",
    "adultfriendfinder",
    "pof"
  ],
  "state": ""
}
```

# Actor output Schema

## `query` (type: `string`):

No description

## `platform` (type: `string`):

No description

## `profileFound` (type: `string`):

No description

## `profileUrl` (type: `string`):

No description

## `username` (type: `string`):

No description

## `displayName` (type: `string`):

No description

## `lastActive` (type: `string`):

No description

## `bio` (type: `string`):

No description

## `photos` (type: `string`):

No description

## `evidence` (type: `string`):

No description

## `riskScore` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "email": "johnno@bigpond.com",
    "username": "johnno84",
    "phone": "+614",
    "fullName": "",
    "platforms": [
        "snapchat",
        "telegram",
        "instagram",
        "x",
        "adultfriendfinder",
        "pof"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("admirable_rough_guts/cheatin-heart-scanner").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "email": "johnno@bigpond.com",
    "username": "johnno84",
    "phone": "+614",
    "fullName": "",
    "platforms": [
        "snapchat",
        "telegram",
        "instagram",
        "x",
        "adultfriendfinder",
        "pof",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("admirable_rough_guts/cheatin-heart-scanner").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "email": "johnno@bigpond.com",
  "username": "johnno84",
  "phone": "+614",
  "fullName": "",
  "platforms": [
    "snapchat",
    "telegram",
    "instagram",
    "x",
    "adultfriendfinder",
    "pof"
  ]
}' |
apify call admirable_rough_guts/cheatin-heart-scanner --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=admirable_rough_guts/cheatin-heart-scanner",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Cheatin Heart Scanner — Whos the Dirty Mongrel? (AU Sites)",
        "description": "\"Got a sneaky suspicion? For the price of a coffee, catch 'em red-handed. Scans 12 Aussie dating & social sites in 30     \n    seconds.\"         \"Don't trust your gut. Trust the receipts.\"",
        "version": "0.0",
        "x-build-id": "FIHxdYAZ8Vld7AzNQ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/admirable_rough_guts~cheatin-heart-scanner/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-admirable_rough_guts-cheatin-heart-scanner",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/admirable_rough_guts~cheatin-heart-scanner/runs": {
            "post": {
                "operationId": "runs-sync-admirable_rough_guts-cheatin-heart-scanner",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/admirable_rough_guts~cheatin-heart-scanner/run-sync": {
            "post": {
                "operationId": "run-sync-admirable_rough_guts-cheatin-heart-scanner",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "email": {
                        "title": "Email Address",
                        "type": "string",
                        "description": "Their email address. The one they use for all their 'newsletters'. E.g. johnno@bigpond.com"
                    },
                    "username": {
                        "title": "Username/Handle",
                        "type": "string",
                        "description": "Their online handle. Could be their gamertag, Insta handle, or whatever they call themselves when they think nobody's watchin'."
                    },
                    "phone": {
                        "title": "Phone Number",
                        "type": "string",
                        "description": "Aussie mobile in E.164 format, e.g. +614****5678. The number they 'forgot' to tell you about."
                    },
                    "fullName": {
                        "title": "Full Name",
                        "type": "string",
                        "description": "Their full name (optional but helps narrow the mongrel down). E.g. John Smith."
                    },
                    "platforms": {
                        "title": "Sites to Snoop",
                        "type": "array",
                        "description": "Pick which platforms to check. Leave empty to check 'em all. Don't be shy.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "state": {
                        "title": "Aussie State",
                        "enum": [
                            "",
                            "NSW",
                            "VIC",
                            "QLD",
                            "WA",
                            "SA",
                            "TAS",
                            "ACT",
                            "NT"
                        ],
                        "type": "string",
                        "description": "Narrows results to local AU sites. Pick your state, skip the interstate drama.",
                        "default": ""
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
