Content Brief Source Collector avatar

Content Brief Source Collector

Pricing

from $11.50 / 1,000 source page processeds

Go to Apify Store
Content Brief Source Collector

Content Brief Source Collector

Collect source evidence for a content brief from target query SERPs and supplied URLs, extracting titles, headings, questions, stats-like claims, sources, and content-format signals.

Pricing

from $11.50 / 1,000 source page processeds

Rating

0.0

(0)

Developer

junipr

junipr

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Collect traceable evidence for content briefs from supplied source pages and structured search-result records. The Actor extracts page titles, heading patterns, visible questions, content-format signals, numeric claim candidates, and bounded source context. Every result preserves its source URL so writers and editors can verify evidence before using it.

Use it for research bundles, brief preparation, writer handoffs, competitor-source inventories, and question or heading analysis. The Actor identifies candidate evidence; it does not judge source authority, create unsupported facts, or turn a number into a verified claim automatically.

What the Actor extracts

  • the accepted source title and target query;
  • visible H1–H6 headings in source order;
  • headings, summaries, or definition terms ending in a question mark;
  • tables, lists, images or figures, video or embeds, and FAQ markup;
  • numeric sentences from visible paragraphs, list items, and blockquotes;
  • surrounding source context and a transparent evidence-priority score.

claimExtractionMode controls numeric candidate selection. off returns a source-level evidence record without a numeric claim. standard requires both a number and research-oriented wording. aggressive keeps any visible paragraph, list item, or blockquote containing a number. None of these modes verifies that the text is accurate.

Input

FieldPurposeDefault / cap
targetQueriesBrief topics associated with accepted sourcesone bounded default query
sourceUrlsSource pages to retrieveempty
serpResultsStructured query/result records with URL, title, snippet, text, or HTMLempty
maxSourcesMaximum sources processed10 default, 25 maximum
maxEvidenceRecordsMaximum numeric candidates per source25 default, 100 maximum
claimExtractionModeoff, standard, or aggressivestandard
includeQuestionsExtract visible question signalstrue
includeFormatSignalsDetect supported content formatstrue
htmlInputsCaptured source records with sourceUrl and HTMLempty
allowedDomainsOptional retrieval hostname allowlistempty
maxPagesMaximum pages retrieved1 default, 25 maximum
includeEvidencePreserve bounded evidence excerptstrue
includeRawSnapshotsStore accepted raw source HTMLfalse
maxChargeUsdStop before the next event exceeds this amount35 USD maximum

Example:

{
"targetQueries": ["project management software"],
"sourceUrls": [
"https://research.example/workflow-study",
"https://publisher.example/project-guide"
],
"maxSources": 2,
"maxEvidenceRecords": 20,
"claimExtractionMode": "standard",
"includeQuestions": true,
"includeFormatSignals": true,
"allowedDomains": ["research.example", "publisher.example"],
"maxChargeUsd": 5
}

Structured serpResults can be used when a trusted upstream workflow already captured results. Those records are analyzed directly and do not require a search-engine request. The Store default has no source evidence and returns a nonempty source_required diagnostic.

Dataset output

Each row includes common provenance plus:

  • briefTopic for the associated target query;
  • sourceTitle for the observed page title;
  • headingSignals and questionSignals as arrays of visible text;
  • claimText for a numeric candidate, or null for a source-level record;
  • claimContext for the bounded supporting excerpt;
  • contentFormat for the detected format list;
  • evidencePriority as a transparent score based on observed claims, headings, questions, and formats;
  • issueCode, evidenceSnippet, and recommendation for audit use.

Evidence priority is a sorting aid, not an authority or truth score. Review publication date, methodology, authorship, original citations, and source reputation before putting a claim into published content.

Reports

When includeReport is enabled, key-value storage receives a Markdown summary, CSV records, issue JSON, bounded evidence excerpts, and run metadata. Raw HTML is written only when explicitly requested.

Pay-per-event pricing

EventPrice (USD)When charged
actor-start0.0350after successful startup
source-page-processed0.0115once for each accepted source page
evidence-record-extracted0.0065before each paid evidence record
brief-section-generated0.0500before report section generation
premium-brief-generated0.7500before the premium brief artifacts are stored

Apify platform usage pass-through is off. Higher-tier Store discounts are reserved in the pricing policy. maxChargeUsd is evaluated before every event, and no related dataset or report output is written after a rejected, partial, or over-budget charge.

Safety and responsible research

Only HTTP and HTTPS source URLs are accepted. Loopback and private IPv4 destinations are rejected, optional hostname allowlists narrow retrieval, and source counts, page counts, response size, and timeouts remain bounded. Discovered links are not crawled. Access-denied and human-verification pages return diagnostics.

The Actor works only with text present in accepted responses or supplied structured records. It does not retrieve private content, validate legal rights to reuse a source, or guarantee factual accuracy. Cite original research where possible and preserve the source URL with every downstream brief record.