OSINT Scraper avatar
OSINT Scraper

Pricing

$10.00/month + usage

Go to Store
OSINT Scraper

OSINT Scraper

Developed by

epctex

epctex

Maintained by Community

Harness the power of OSINT data with our advanced OSINT Scraper. Discover keywords and leaked information from platforms like Ideone, Dumpz, Github Gist, Pastebin, Pasteorg and Textbin. You can specify search terms, customize and retrieve OSINT data out of the box.

0.0 (0)

Pricing

$10.00/month + usage

13

Total users

637

Monthly users

29

Runs succeeded

72%

Last modified

12 hours ago

You can access the OSINT Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "searchKeywords": [
3    "a"
4  ],
5  "maxItems": 20,
6  "extendOutputFunction": "($) => { return {} }",
7  "proxy": {
8    "useApifyProxy": true
9  }
10}' |
11apify call epctex/osint-scraper --silent --output-dataset

OSINT Data Extractor API through CLI

The Apify CLI is the official tool that allows you to use OSINT Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: