VOOZH about

URL: https://apify.com/jungle_synthesizer/us-state-dept-travel-advisories-scraper

⇱ US State Dept Travel Advisories Scraper Β· Apify


πŸ‘ US State Dept Travel Advisories Scraper avatar

US State Dept Travel Advisories Scraper

Pricing

Pay per event

Go to Apify Store

US State Dept Travel Advisories Scraper

Scrapes the official US State Department travel advisory feed. Returns all 213+ country advisories with level (1-4), ISO code, risk indicators (Crime, Terrorism, etc.), summary, and dates.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

US State Department Travel Advisories Scraper

Extracts all official US State Department travel advisories for every country and territory β€” directly from the government's RSS feed. Returns structured data including advisory level (1–4), ISO country code, risk indicator codes, summary text, and publication dates for all ~213 countries.

What you get

Each record represents one country's current travel advisory:

FieldDescription
country_nameCountry or territory name (e.g. Mexico, Sudan)
iso_country_code2-letter ISO code (e.g. MX, SU)
advisory_levelInteger 1–4 (1=Normal, 2=Caution, 3=Reconsider, 4=Do Not Travel)
advisory_level_labelFull label (e.g. "Level 4: Do Not Travel")
titleFull advisory title
summary_htmlAdvisory summary as HTML
summary_textAdvisory summary as plain text
risk_indicatorsComma-separated risk codes (e.g. C,T,K for Crime/Terrorism/Kidnapping)
risk_indicators_decodedFull risk category names (pipe-separated)
linkURL to the full advisory on travel.state.gov
last_update_reasonReason for the most recent update
publishedPublication date (YYYY-MM-DD)
updatedLast-updated date (YYYY-MM-DD)
source_idSource identifier (e.g. MX,advisory)

Risk indicator codes

CodeMeaning
CCrime
TTerrorism
UCivil Unrest
HHealth
NNatural Disaster
ETime-limited Event
KKidnapping or Hostage Taking
DWrongful Detention
OOther

Input options

FieldTypeDefaultDescription
maxItemsintegerβ€”Maximum advisories to return (leave empty for all ~213)
includeRiskIndicatorsbooleantrueFetch detail pages for structured risk codes. Adds ~1 request per country.

Cost

Each full run (~213 countries, risk indicators included) costs approximately $0.25–$0.35. The actor uses PPE pricing β€” you pay only for records returned.

Use cases

  • Corporate duty of care β€” Monitor advisory levels for employee travel destinations
  • Travel risk intelligence β€” Feed advisory data into risk scoring or alerting systems
  • Travel insurance β€” Filter coverage or premiums based on Level 3/4 destinations
  • TMC integrations β€” Enrich booking data with current advisory levels and risk indicators
  • Research & compliance β€” Track advisory changes over time for sanctioned or high-risk regions

Example output

{
"country_name":"Sudan",
"iso_country_code":"SU",
"advisory_level":4,
"advisory_level_label":"Level 4: Do Not Travel",
"title":"Sudan - Level 4: Do Not Travel",
"summary_html":"...",
"summary_text":"Do Not Travel to Sudan...",
"risk_indicators":"C,T,U,H,K,O",
"risk_indicators_decoded":"Crime|Terrorism|Civil Unrest|Health|Kidnapping or Hostage Taking|Other",
"link":"https://travel.state.gov/content/travel/en/traveladvisories/traveladvisories/sudan-travel-advisory.html",
"last_update_reason":"The Department of State continues to advise...",
"published":"2026-05-15",
"updated":"2026-05-15",
"source_id":"SU,advisory"
}

Data source

Data is pulled from the official US State Department RSS feed at travel.state.gov. Advisory detail pages are fetched from the same domain. All data is public domain (US government works).

You might also like

US Travel Advisories Scraper β€” State Department Country Risk

compute-edge/us-travel-advisories-scraper

Extract all US State Department travel advisories β€” country risk levels 1-4, extracted risk factors (crime, terrorism, kidnapping), and clean plain-text summaries ready for LLM/RAG pipelines. Filter by minimum level or country.

US Travel Advisories Scraper

maximedupre/us-travel-advisories-scraper

Scrape US travel advisories from the State Department and CDC. Export levels, countries, risks, health notices, dates, source text, and official URLs.

πŸ‘ User avatar

Maxime DuprΓ©

2

Country Risk Profiler

parseforge/country-risk-profiler-scraper

Build a country risk profile blending WHO disease outbreaks, OFAC and EU sanctions lists in one run. Get health events, sanctions hits, economic indicators and travel advisories. Built for insurance, investors, NGOs and corporate security teams.

Travel Risk Report β€” Weather, Health, Crime & Disaster Advisory

ryanclinton/travel-risk-report

Comprehensive travel risk assessment tool that queries 8 data sources in parallel β€” geocoding, NOAA weather alerts, weather forecasts, GDACS disaster alerts, WHO Global Health Observatory indicators, UK police crime data, Interpol red notices, and REST Countries profiles β€” to produce a composite...

CISA ICS Advisory Monitor

technicaldost/cisa-ics-advisory-monitor

Track industrial control system advisories from CISA for security and compliance teams.

πŸ‘ User avatar

Technical Dost Solutions

2

Google Travel Explore API | Destination for AI Travel Agents

johnvc/google-travel-explore-api

Discover where you can travel from any airport with Google Travel Explore: destination ideas with flight prices, hotel prices, trip dates, duration, and stops as structured JSON. For travel sites, agencies, and AI travel agents. Pay per destination, MCP-ready.

UK FCDO Foreign Travel Advice Scraper

jungle_synthesizer/uk-fcdo-foreign-travel-advice-scraper

Scrapes all 226 UK FCDO (Foreign, Commonwealth & Development Office) country travel advisories from the GOV.UK Content API. Outputs structured records with alert status, safety, health, entry requirements, and other per-country sections. No auth required β€” pure public API.

πŸ‘ User avatar

BowTiedRaccoon

2

GitHub Security Advisories Scraper

parseforge/github-security-advisories-ghsa-scraper

Scrape GitHub Security Advisories (GHSA) with full CVE mapping, CVSS severity scores, affected packages, version ranges, references, and patches. Filter by ecosystem (npm, PyPI, RubyGems, etc.) and severity. Perfect for SOC teams, vulnerability researchers, and DevSecOps pipelines.