Country Risk Profiler Scraper
parseforge/country-risk-profiler-scraper
OtherAutomation
Scrapes country risk records from WHO Disease Outbreak News, OFAC SDN, and EU sanctions lists. Returns each record as a flat row with source-specific fields.
- Total users
- 2
- Monthly active
- 1
- Total runs
- 94
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 9 days ago
Overview
Country Risk Profiler Scraper
Scrape country risk data from WHO Disease Outbreak News, OFAC SDN, and EU sanctions lists. Get structured records on disease outbreaks, sanctioned entities, and regulatory actions, with filtering by country or keyword. Export to CSV, JSON, Excel, or XML.
Monitoring country risk across health, financial, and regulatory domains usually means checking three separate official sources manually. This Actor queries WHO Disease Outbreak News, the OFAC SDN list, and the EU Consolidated Sanctions List in one run, filters by country or keyword, and returns each record in a consistent schema.
| Who uses it | What they scrape Country Risk Profiler for |
|---|---|
| Compliance officers | Screening counterparties against OFAC and EU sanctions lists |
| Risk analysts | Monitoring disease outbreaks that could disrupt operations in specific countries |
| Supply chain managers | Checking whether suppliers or logistics hubs are in sanctioned jurisdictions |
| Researchers | Building datasets of health emergencies and sanctions for analysis |
What it does
This Actor collects country risk records from WHO disease outbreak reports, OFAC sanctions entries, and EU sanctions listings, and returns each record as a flat row.
- ๐ Multi-source coverage: WHO Disease Outbreak News, OFAC SDN, and EU Consolidated Sanctions List in one run.
- ๐ Keyword and country filter: Narrow results by country name or any keyword in the record.
- ๐ฆ Structured output: Each record is returned as a flat row with source-specific fields.
- โ๏ธ Configurable limits: Set the maximum number of records per source per run.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Country Risk Profiler data
๐ก๏ธ Sanctions screening.
A compliance officer runs the Actor with a company name to check if it appears on OFAC SDN or EU sanctions lists before approving a transaction.
๐ฆ Outbreak monitoring.
A risk analyst queries WHO Disease Outbreak News for a specific country to track disease events that could affect travel or operations.
๐ Risk dataset building.
A researcher collects all records from all three sources to build a complete dataset of country risk indicators for statistical analysis.
๐ Supply chain due diligence.
A supply chain manager checks suppliers and logistics hubs against sanctions lists to avoid doing business with restricted entities.
Why choose this scraper
| What you get | |
|---|---|
| One run, three sources | Get disease outbreak news, OFAC sanctions, and EU sanctions without visiting three websites. |
| Consistent schema | Records from different sources are normalized into a single flat structure for easy export. |
| No API keys | Uses public data feeds, no registration or authentication required. |
| Scalable | Collect up to 1,000,000 records per source per run. |
How it compares
No other Store actor targets Country Risk Profiler the same way, so the honest comparison is with the alternatives teams actually weigh.
| Country Risk Profiler Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When Country Risk Profiler 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 an optional country name or keyword, select which sources to query, and set a maximum record count per source. Filters are applied as records are fetched, 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
- Create a free Apify account with $5 in credit.
- Open the Country Risk Profiler Scraper.
- Set your inputs and any filters, then click Start.
- 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 Country Risk Profiler 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/country-risk-profiler-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 'Country name' filter. It may be too specific or misspelled. Try removing the filter or using a broader keyword. Also ensure at least one source is selected.
Why is the run slow?
The Actor queries multiple sources, which can take time. Reduce the 'Maximum records' or select fewer sources to speed up the run.
Why do I see duplicate records?
The same entity may appear in multiple sources (e.g., a person on both OFAC and EU lists). The Actor does not deduplicate across sources. Use a post-processing step to remove duplicates if needed.
Why is a field empty in some records?
Different sources provide different fields. For example, WHO records may not have sanction-specific fields. Empty fields are normal and indicate the data is not available for that source.
FAQ
| Question | Answer |
|---|---|
| What sources does this Actor scrape? | It scrapes WHO Disease Outbreak News, the OFAC SDN list, and the EU Consolidated Sanctions List. You can select any combination of these sources. |
| Can I filter by country? | Yes, use the 'Country name' input to filter records by country. The filter matches against the country field in each record. |
| What is the maximum number of records I can get? | You can set 'Maximum records (per source)' up to 1,000,000. The default is 10 per source. |
| Do I need an API key or login? | No, the Actor uses public data feeds and requires no authentication. |
| What format is the output? | The output is a flat dataset with one record per row. You can export it as CSV, JSON, Excel, or XML. |
| How often is the data updated? | The Actor fetches live data from the sources each time it runs, so you always get the latest available information. |
| Can I run this on a schedule? | Yes, you can schedule the Actor to run at regular intervals using Apify's scheduling feature. |
| What if a source is temporarily unavailable? | The Actor will return an error for that source. You can retry the run or exclude that source from the input. |
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 World Health Organization, U.S. Department of the Treasury, European Commission. 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
| Field | Type | What it does | Default |
|---|---|---|---|
| query | string | Optional keyword (name, country, disease) to filter results. | not set |
| maxItems | integer | How many records to collect per source per run. | 10 |
| sources | array | Which country-risk sources to query. | ["who-disease-outbreak","ofac-sdn","ec-e |
Pricing
from $19.00 per 1,000 results
| Charged for | What it is | Price 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.
curl -X POST "https://api.apify.com/v2/acts/parseforge~country-risk-profiler-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"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.
