Fox News Search & Article - Full Content & Media avatar

Fox News Search & Article - Full Content & Media

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Fox News Search & Article - Full Content & Media

Fox News Search & Article - Full Content & Media

[$2/1000] Instantly search Fox News by keyword and get the complete article content, images, embedded videos, authors, tags, and publish dates for every result - no manual clicking through pages.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Rio Dwi Saputra

Rio Dwi Saputra

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Search Fox News by keyword and get back the complete story for every result - full article text, embedded images and videos, authors, tags, and publish dates - without ever opening a browser. This Actor runs Fox News' own search API and then automatically visits each result page to extract its full content, so you get search coverage and deep detail in a single run. Built for the Apify platform, so every run comes with a ready-to-use API, scheduling, webhooks, and dozens of no-code integrations (Make, Zapier, Google Sheets, and more).

Why use this scraper?

  • Media monitoring - track every Fox News mention of a person, company, or topic, with full text ready for downstream NLP or sentiment analysis.
  • Competitive and market research - pull structured coverage of a story across days without manually opening dozens of tabs.
  • Content aggregation - feed full article bodies and media straight into a newsletter, dashboard, or archive.
  • Fast and reliable - talks directly to Fox News' JSON search API and server-rendered article data, so results come back quickly without browser-rendering overhead.

How to use this Fox News Scraper

  1. Click Try for free (or Run) on this Actor's page.
  2. Enter one or more Search keywords (e.g. "prabowo", "trump tariffs").
  3. Optionally adjust Result types, Max results per keyword, and whether to fetch full detail for each result.
  4. Click Start and watch results land in the dataset in real time.
  5. Export your results as JSON, CSV, Excel, or HTML from the Output tab, or pull them via the Apify API.

Input

FieldTypeDescription
keywordsarray of stringsOne or more search terms to run against foxnews.com.
resultTypesarrayWhich content types to include: article, video, slideshow, show. Defaults to article.
maxItemsPerKeywordintegerMax results collected per keyword, per result type (up to 100). Default 20.
fetchFullDetailbooleanWhen true (default), opens every result and extracts the full article body, images, embedded videos, authors, and tags. Set to false for a faster run that only returns the search snippet.

See the Input tab for the full schema and defaults.

Output

Example dataset item (with fetchFullDetail enabled):

{
"searchKeyword": "prabowo",
"type": "article",
"title": "Indonesian president-elect meets with Japan's prime minister, commits to strengthening relations",
"description": "Indonesian President-elect Prabowo Subianto met with Japanese Prime Minister Fumio Kishida.",
"canonicalUrl": "https://www.foxnews.com/world/indonesian-president-elect-meets-japans-prime-minister-commits-strengthening-relations",
"thumbnail": "https://static.foxnews.com/foxnews.com/content/uploads/2024/04/japan-indonesia.jpg",
"section": "world",
"publicationDate": "2024-04-03T10:45:02.000Z",
"fullDetailFetched": true,
"detailHeadline": "Indonesian president-elect meets with Japan's prime minister, commits to strengthening relations",
"detailSubHeadline": "The meeting followed Prabowo Subianto's visit to China",
"detailDatePublished": "2024-04-03T07:20:37-04:00",
"detailWordCount": 402,
"detailArticleBody": "Indonesian President-elect Prabowo Subianto said he wants to further strengthen...",
"detailKeywords": ["asia", "associated press", "china", "japan"],
"detailAuthors": [{ "name": "Associated Press", "url": "https://www.ap.org/" }],
"detailPrimaryImage": { "url": "https://a57.foxnews.com/.../japan-indonesia.jpg", "width": 1280, "height": 720 },
"detailImages": [],
"detailVideos": [{ "id": "6315664776112", "title": "Biden pledges $20 billion deal to Indonesia", "url": "https://www.foxnews.com/video/6315664776112" }]
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel from the Output tab, or fetch it through the Apify API.

Main data fields

FieldDescription
title, description, thumbnail, canonicalUrlSearch result snippet.
detailArticleBodyFull plain-text article body.
detailAuthorsByline authors or wire service source (e.g. Associated Press).
detailPrimaryImage, detailImagesPrimary and in-body images.
detailVideosEmbedded/featured videos (id, title, URL).
detailKeywordsArticle tags.

Pricing / cost estimation

This Actor is priced per result. Full-detail runs make one additional request per result (to load the article page), so cost scales with maxItemsPerKeyword and how many resultTypes you select. Disable Fetch full detail if you only need the search snippets - it cuts requests roughly in half. [$2/1000]

Tips

  • Narrow resultTypes to just article (the default) if you don't need videos, slideshows, or shows - it reduces the number of detail pages fetched.
  • Keep maxItemsPerKeyword reasonable (Fox News search caps at 100 matches per query) to control run duration and cost.

FAQ

Is this legal? This Actor only reads publicly available pages on foxnews.com, the same way a browser would. You are responsible for using the data in compliance with Fox News' terms of service and applicable law.

Something looks wrong or missing? Open an issue on this Actor's Issues tab and include the keyword and affected URL - Fox News occasionally changes page markup, and reports help keep the scraper up to date.

Need a custom version? Get in touch via the Issues tab to discuss a tailored build (extra fields, other Fox properties, etc.).