
Fox News Scraper
1 day trial then $10.00/month - No credit card required now

Fox News Scraper
1 day trial then $10.00/month - No credit card required now
Extracts the latest news articles from Fox News, categorized by different feeds (e.g., Latest, World News, Politics, Technology, etc.). The scraper returns structured data including article titles, links, publication dates, and content.
Actor Metrics
1 Monthly user
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Dec 2024
Modified 9 days ago
Overview
The Fox News Scraper is an Apify Actor that extracts the latest news articles from Fox News, categorized by different feeds (e.g., Latest, World News, Politics, Technology, etc.). The scraper returns structured data including article titles, links, publication dates, and content.
Input Schema
The Actor accepts the following input parameters:
1{ 2 "title": "Fox News Scraper", 3 "type": "object", 4 "schemaVersion": 1, 5 "properties": { 6 "feed": { 7 "title": "Feed Name", 8 "type": "string", 9 "enum": [ 10 "Latest", "World News", "US News", "Politics", "Science", "Health", "Technology", "Sports", "Opinion", "Travel", "Video" 11 ], 12 "description": "The Fox News feed to scrape recent stories.", 13 "editor": "select", 14 "prefill": "Latest" 15 } 16 }, 17 "required": ["feed"] 18}
Output
The Actor returns a JSON array with the following structure:
1[ 2 { 3 "title": "White House backs Israel's decision to halt Gaza aid shipments until Hamas accepts ceasefire extension", 4 "link": "https://www.foxnews.com/world/white-house-backs-israels-decision-halt-gaza-aid-shipments-until-hamas-accepts-ceasefire-extension", 5 "published": "Sun, 02 Mar 2025 03:50:06 -0500", 6 "content": "The White House is supporting the Israeli government's decision to block aid to Gaza until Hamas leaders agree to a ceasefire extension, according to a newly-released statement...</p>" 7 }, 8 { 9 "title": "Israel agrees to Trump envoy’s temporary Gaza ceasefire extension proposal as first phase expires: reports", 10 "link": "https://www.foxnews.com/world/israel-agrees-trump-envoys-gaza-ceasefire-proposal-first-phase-expires", 11 "published": "Sat, 01 Mar 2025 20:57:29 -0500", 12 "content": "Israel has agreed to a temporary ceasefire extension proposal..." 13 } 14]
How to Use
Run the Actor on Apify
- Go to the Fox News Scraper Actor page on Apify.
- Click Run.
- Choose a feed category from the dropdown.
- Click Start to begin scraping.
- Once completed, download the structured JSON or CSV data.
Use Cases
- News Aggregation: Collect the latest news articles programmatically.
- Sentiment Analysis: Analyze trends in media coverage.
- Automated Reporting: Integrate news updates into reports or dashboards.
Notes
- The scraper fetches publicly available data from Fox News.
- This Actor is optimized for reliability and efficiency, with rate limits in place to prevent excessive requests.
Support
For issues or feature requests, contact the Apify community or open an issue on the Actor's Apify page.