ParseForge Scrapers

Interpol Red Notices Scraper

parseforge/interpol-red-notices-scraper

News & mediaOther

Scrapes Interpol Red Notices by name, nationality, age, or free text. Returns each notice as a flat row with identity, charges, and warrant details. Export to CSV, JSON, Excel, or XML.

Run this scraper See the API call
Total users
3
Monthly active
0
Total runs
99
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

Interpol Red Notices Scraper

Scrape Interpol Red Notices by name, nationality, age, or free text, up to a million per run. Each notice comes with the full identity, charges, and warrant details as published. No login or API key. Export to CSV, JSON, Excel, or XML.

Interpol's public Red Notice search is built for manual lookups, one page at a time. This Actor reads the same public database directly, applies your filters as it goes, and returns every matching notice in one flat row. You can pull a single suspect or build a full dataset of notices by country, age range, or free text.

Who uses it What they scrape Interpol for
Compliance officers Screen customers and counterparties against active Red Notices
Journalists Track which countries are requesting extradition and for what charges
Researchers Build datasets of fugitives by nationality, age, or alleged offence
Law enforcement analysts Monitor new Red Notices for persons of interest

What it does

This Actor collects Interpol Red Notices by name, nationality, gender, age range, or free text, and returns each notice as one flat row.

  • ๐Ÿ” Filtered search: forename, surname, nationality, gender, age range, and free text, all combinable.
  • ๐Ÿ“Š Flat row output: each notice is one record with identity, charges, and warrant details.
  • โšก Bulk collection: set maxItems up to 1,000,000 to pull the whole filtered set.
  • ๐ŸŒ Country codes: use ISO 2-letter codes like FR, US, RU to target nationalities.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Interpol data

๐Ÿ›ก๏ธ Screen for sanctions and watchlists.

A compliance team runs the Actor with a list of customer names and nationalities, then checks the returned Red Notices against their onboarding queue.

๐Ÿ“ฐ Investigate extradition trends.

A journalist filters by nationality and free text like 'fraud' to see which countries are requesting extradition for financial crimes.

๐Ÿ“Š Build a fugitive dataset.

A researcher pulls all Red Notices for a set of countries and ages, then exports the flat rows to CSV for statistical analysis.

๐Ÿšจ Monitor new notices.

An analyst schedules the Actor daily with a free text filter for a specific offence, and reviews new matches in the dataset.

Why choose this scraper

What you get
No API key Reads the public Interpol search directly, no registration or token
Structured output Every notice is a flat row with consistent fields for identity and charges
Flexible filters Combine name, nationality, age, and free text to narrow the list
Bulk ready Collect up to a million notices in one run for large datasets

How it compares

No other Store actor targets Interpol the same way, so the honest comparison is with the alternatives teams actually weigh.

Interpol Red Notices Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Interpol changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor with optional filters for forename, surname, nationality, gender, age range, and free text. Filters are applied as each notice is read, so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Interpol Red Notices Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Interpol through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/interpol-red-notices-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your filters. A combination like a rare surname and a specific nationality may return zero notices. Try removing one filter or using free text with a broader term.

Why is the run slow?

The Actor reads pages sequentially. If you set maxItems very high, it will take longer. Reduce maxItems or narrow your filters to speed it up.

Why are some fields empty in the output?

Interpol does not publish every field for every notice. If a field is missing on the website, it will be empty in your dataset.

Can I search by a specific charge?

Use the free text field with a keyword like 'murder' or 'fraud'. The search matches text in the charges and warrant details.

FAQ

Question Answer
What is a Red Notice? A Red Notice is a request to law enforcement worldwide to locate and provisionally arrest a person pending extradition, surrender, or similar legal action. It is not an international arrest warrant.
Does this Actor scrape the official Interpol website? Yes, it reads the public Red Notice search pages on interpol.int and returns the same data you would see in a browser.
Do I need an API key or login? No. The Actor uses the public search interface, so no registration or token is required.
Can I filter by nationality? Yes, use the nationality field with an ISO 2-letter country code, for example FR for France or US for the United States.
What does the free text filter search? It searches across all fields in the notice, including names, charges, and warrant details, as the Interpol search does.
How many notices can I collect in one run? You can set maxItems up to 1,000,000. The actual number returned depends on how many notices match your filters.
What format is the output? Each notice is returned as a flat row with fields for identity, charges, and warrant details. You can export to CSV, JSON, Excel, or XML.
Can I schedule this Actor to run regularly? Yes, you can set up a schedule in Apify to run it daily or weekly and get new or updated notices in your dataset.
Is the data from Interpol reliable? The Actor returns exactly what Interpol publishes. Always verify against the official source for legal decisions.
Does this Actor work for all countries? Yes, it can return notices for any nationality that Interpol lists, using the ISO country code filter.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by INTERPOL. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many notices to collect per run. 10
forename string Filter by given name (partial match supported). not set
name string Filter by surname. not set
nationality string ISO 2-letter country code (e.g. FR, US, RU). not set
gender string (4 options) M = Male, F = Female, U = Unknown. not set
ageMin integer Minimum age (0-120). not set
ageMax integer Maximum age (0-120). not set
freeText string Free text search across all fields. not set

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~interpol-red-notices-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Interpol Red Notices Scraper on Apify All scrapers