Mojeek Search Scraper
Pricing
from $1.99 / 1,000 mojeek search scraper results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "artificial intelligence" | The search query to look up on Mojeek. |
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. |
region | string | No | "" | Region code for localized results (e.g. 'GB', 'US', 'IN', 'DE'). Uses ISO 3166-1 alpha-2 uppercase 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"],"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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
domain | string | Domain |
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": "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"}