Mojeek News Scraper avatar

Mojeek News Scraper

Under maintenance

Pricing

from $1.99 / 1,000 mojeek news scraper results

Go to Apify Store
Mojeek News Scraper

Mojeek News Scraper

Under maintenance

Scrapes Mojeek News for any query. Extracts the full canonical news-vertical schema: title, source, snippet, dates, thumbnail, images, category, tags, language, authors, ad/sponsored flags, and more.

Pricing

from $1.99 / 1,000 mojeek news scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrapes Mojeek News for any query. Extracts the full canonical news-vertical schema: title, source, snippet, dates, thumbnail, images, category, tags, language, authors, ad/sponsored flags, and more.

What this Actor collects

The Actor converts news and article results into clean JSON records that can be downloaded, queried through the Apify API, or sent to downstream workflows.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 38-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • News monitoring
  • Publisher and topic research
  • Article-feed enrichment

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
querystringYes"technology"The news search query.
maxItemsintegerNo50Maximum number of news articles to scrape.
categorystringNo""Filter news by category. Leave empty for all categories.
languagestringNo"en"Language code for results (e.g. 'en', 'de', 'fr').
regionstringNo""Region code for localized results (e.g. 'GB', 'US', 'IN'). Uses ISO 3166-1 alpha-2 uppercase codes.
proxyConfigurationobjectNo{"useApifyProxy":true}Proxy settings for the scraper. Residential proxies recommended.

Example input

{
"query": "ai",
"maxItems": 50,
"language": "en",
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output

The default dataset contains one item per news article result. The following are the most useful fields; availability can vary by result type and source response.

FieldTypeDescription
positionintegerPosition
titlestringTitle
sourcestringSource
snippetstringSnippet
datestringDate
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle HTML
displayUrlstringDisplay URL

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"position": 1,
"title": "Standoff with Iran prompts a nuclear deal with Saudi Arabia",
"source": "L.A. Times",
"snippet": "The Saudi deal stoked surprise and immediate concern across Washington, as well as in Israel, itself a nuclear power that has long feared an atomic arms race...",
"date": "2026-07-22T20:54:49.395Z",
"searchQuery": "ai",
"scrapedAt": "2026-07-23T11:54:49.398Z",
"type": "news",
"description": "The Saudi deal stoked surprise and immediate concern across Washington, as well as in Israel, itself a nuclear power that has long feared an atomic arms race...",
"url": "https://www.latimes.com/politics/story/2026-07-22/standoff-with-iran-prompts-nuclear-deal-with-saudi-arabia",
"link": "https://www.latimes.com/politics/story/2026-07-22/standoff-with-iran-prompts-nuclear-deal-with-saudi-arabia",
"query": "ai"
}