Mojeek Focus Search Scraper
Under maintenancePricing
from $1.99 / 1,000 search results
Mojeek Focus Search Scraper
Under maintenanceScrapes Mojeek Focus results within built-in or custom site sets. Extracts titles, URLs, domains, snippets, dates, tags, focus metadata, and pagination without login.
Pricing
from $1.99 / 1,000 search results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrapes Mojeek Focus results within built-in or custom site sets. Extracts titles, URLs, domains, snippets, dates, tags, focus metadata, and pagination without login.
What this Actor collects
The Actor converts structured search 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 36-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Search and competitor research
- Ranking and visibility monitoring
- Dataset and workflow 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 | "artificial intelligence" | The search query to look up on Mojeek Focus. |
focusTemplate | string | No | "News" | Name of a built-in Mojeek Focus template to use. Available templates: News, Recipes, TechNews, Education, Encyclopedias, FactCheckers, Weather, Dictionary, Cybersecurity, GameDevAssets, Passwords, PrivacyAuthorities, PrivacyBlogs, SmallWeb, Texas, Time. Leave empty and use focusSites for a custom focus. |
focusSites | string | No | "" | Custom list of sites to focus search on, as a JSON array of domain strings. E.g. ["wikipedia.org", "britannica.com"]. Overrides focusTemplate if set. |
maxItems | integer | No | 50 | Maximum number of search results to scrape. |
language | string | No | "en" | Language code for results (e.g. 'en', 'de', 'fr', 'es'). Mojeek uses ISO 639-1 codes. |
safeSearch | string | No | "0" | Safe search level: "0" (off), "1" (moderate), or "2" (strict). |
proxyConfiguration | object | No | {"useApifyProxy":true} | Proxy settings for the scraper. Residential proxies recommended for reliable results. |
Example input
{"query": "artificial intelligence","maxItems": 50,"language": "en","proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]},"focusTemplate": "News","safeSearch": "0"}
Output
The default dataset contains one item per matching Mojeek Focus 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 |
domain | string | Domain |
snippet | string | Snippet |
focusTemplate | string | Focus Template |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
url | string | URL |
link | string | Link |
query | string | Query |
focusType | string | Focus Type |
focusSites | array | Focus Sites |
date | string | Date |
resultType | string | Result Type |
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": "What Is Artificial Intelligence (AI)? | IBM","domain": "ibm.com","snippet": "Artificial intelligence (AI) is technology that enables computers and machines to simulate human learning, comprehension, problem solving, decision ...","focusTemplate": "News","searchQuery": "artificial intelligence","scrapedAt": "2026-07-23T11:53:28.525Z","type": "search","description": "Artificial intelligence (AI) is technology that enables computers and machines to simulate human learning, comprehension, problem solving, decision ...","url": "https://www.ibm.com/think/topics/artificial-intelligence","link": "https://www.ibm.com/think/topics/artificial-intelligence","query": "artificial intelligence"}