Mojeek Focus Search Scraper avatar

Mojeek Focus Search Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Mojeek Focus Search Scraper

Mojeek Focus Search Scraper

Under maintenance

Scrapes 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYes"artificial intelligence"The search query to look up on Mojeek Focus.
focusTemplatestringNo"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.
focusSitesstringNo""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.
maxItemsintegerNo50Maximum number of search results to scrape.
languagestringNo"en"Language code for results (e.g. 'en', 'de', 'fr', 'es'). Mojeek uses ISO 639-1 codes.
safeSearchstringNo"0"Safe search level: "0" (off), "1" (moderate), or "2" (strict).
proxyConfigurationobjectNo{"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.

FieldTypeDescription
positionintegerPosition
titlestringTitle
domainstringDomain
snippetstringSnippet
focusTemplatestringFocus Template
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery
focusTypestringFocus Type
focusSitesarrayFocus Sites
datestringDate
resultTypestringResult 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"
}