Mojeek Search Scraper avatar

Mojeek Search Scraper

Pricing

from $1.99 / 1,000 mojeek search scraper results

Go to Apify Store
Mojeek Search Scraper

Mojeek Search Scraper

Scrapes Mojeek (privacy-respecting web search) for any query. Extracts the full canonical search-vertical schema: title, URL, domain/host, snippet + HTML, description, dates, thumbnail, images, tags, category, language, ad/sponsored flags, and more.

Pricing

from $1.99 / 1,000 mojeek search 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 (privacy-respecting web search) for any query. Extracts the full canonical search-vertical schema: title, URL, domain/host, snippet + HTML, description, dates, thumbnail, images, tags, category, language, ad/sponsored flags, and more.

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 39-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.
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.
regionstringNo""Region code for localized results (e.g. 'GB', 'US', 'IN', 'DE'). Uses ISO 3166-1 alpha-2 uppercase 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"
],
"apifyProxyCountry": "US"
},
"region": "US",
"safeSearch": "0"
}

Output

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

FieldTypeDescription
positionintegerPosition
titlestringTitle
domainstringDomain
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": "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 ...",
"searchQuery": "artificial intelligence",
"scrapedAt": "2026-07-25T22:05:29.118Z",
"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",
"resultType": "organic"
}