Mojeek News Scraper
Under maintenancePricing
from $1.99 / 1,000 mojeek news scraper results
Mojeek News Scraper
Under maintenanceScrapes 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "technology" | The news search query. |
maxItems | integer | No | 50 | Maximum number of news articles to scrape. |
category | string | No | "" | Filter news by category. Leave empty for all categories. |
language | string | No | "en" | Language code for results (e.g. 'en', 'de', 'fr'). |
region | string | No | "" | Region code for localized results (e.g. 'GB', 'US', 'IN'). Uses ISO 3166-1 alpha-2 uppercase codes. |
proxyConfiguration | object | No | {"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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
source | string | Source |
snippet | string | Snippet |
date | string | Date |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
url | string | URL |
link | string | Link |
query | string | Query |
resultType | string | Result Type |
page | integer | Page |
titleHtml | string | Title HTML |
displayUrl | string | Display 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"}