Mojeek AI Summary Scraper avatar

Mojeek AI Summary Scraper

Under maintenance

Pricing

from $1.99 / 1,000 mojeek ai summary scraper results

Go to Apify Store
Mojeek AI Summary Scraper

Mojeek AI Summary Scraper

Under maintenance

Scrapes Mojeek AI Summary answers for any query. Extracts the full set of AI-answer fields: AI answer (text + HTML), model/provider, sources, inline references, follow-up/related questions, organic results, extraction confidence, and more.

Pricing

from $1.99 / 1,000 mojeek ai summary 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 AI Summary answers for any query. Extracts the full set of AI-answer fields: AI answer (text + HTML), model/provider, sources, inline references, follow-up/related questions, organic results, extraction confidence, and more.

What this Actor collects

The Actor converts AI-generated answers with their supporting metadata 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 33-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Answer-engine monitoring
  • Citation and source research
  • Generative-search analysis

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
queriesarrayYes["artificial intelligence","climate change"]List of search queries to get AI summaries for. Each query generates one dataset item.
languagestringNo"en"Language code for results (e.g. 'en', 'de', 'fr').
regionstringNo""Region code for localized results (e.g. 'GB', 'US', 'IN').
proxyConfigurationobjectNo{"useApifyProxy":true}Proxy settings. Residential proxies recommended for reliable results.

Example input

{
"queries": [
"what is privacy-respecting search"
],
"language": "en",
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output

The default dataset contains one item per query, with the AI summary and supporting metadata returned by Mojeek. The following are the most useful fields; availability can vary when Mojeek does not return a summary.

FieldTypeDescription
positionintegerPosition
searchQuerystringSearch Query
aiSummaryLengthintegerAi Summary Length
sourcesCountintegerSources Count
followupQuestionsCountintegerFollowup Questions Count
extractionConfidencestring or numberExtraction confidence; error-only records can use a numeric zero
scrapedAtstringScraped At
typestringType
querystringQuery
resultTypestringResult Type
pageintegerPage
aiSummarystringAi Summary
aiSummaryHtmlstringAi Summary HTML
aiSummaryTokensintegerAi Summary Tokens
modelstringModel
modelProviderstringModel Provider

Example dataset item

No successful summary record is embedded because the current local storage contains only a source-blocking error record. Run the Actor with the example input and a residential proxy to create a source-backed output item; this README does not invent a successful answer.