Open Web Source Pack avatar

Open Web Source Pack

Pricing

Pay per usage

Go to Apify Store
Open Web Source Pack

Open Web Source Pack

Collects licensed, citation-ready source rows from Wikipedia REST and Crossref Works. Each row is title, URL, a verbatim quote (never generated), license, source, retrieved_at. HTTP only. No browser, no proxy, no crawler, no paid keys. Not a website crawler.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Sam S

Sam S

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Collects licensed, citation-ready source rows from two free public APIs: Wikipedia REST and Crossref Works. Each row is title, URL, a verbatim quote (Wikipedia extract or Crossref abstract — never generated), license, source id, and retrieved_at. HTTP only. No browser, no proxy, no crawler, no paid keys. Not a Website Content Crawler clone.

Store categories: AI · Developer tools · Open source

Why use it

  • Drop citeable source packs into RAG / agent pipelines without crawling the open web.
  • Verbatim quotes only — never LLM-written summaries.
  • License string on every row so reuse stays accountable.

Input

FieldTypeDefaultNotes
querystringrequiredTopic text, 1–500 chars. Not a URL.
maxRowsinteger10Min 1, max 50. Split across selected sources.
sourcesarraywikipedia, crossrefSubset of wikipedia, crossref.
wikipediaLangstringenPattern ^[a-z]{2,12}$. Invalid values fall back to en.
wikipediaTitlesstring[][]If non-empty, skip Wikipedia search and fetch only these titles (capped by wiki quota).
crossrefMailtostringoptionalCrossref polite-pool contact. Not an API key.
includeAbstractsbooleantrueIf false, quote is null. Quotes are never generated.

Example input:

{
"query": "retrieval-augmented generation",
"maxRows": 10,
"sources": ["wikipedia", "crossref"],
"wikipediaLang": "en",
"wikipediaTitles": [],
"includeAbstracts": true
}

Output

Each default-dataset row:

FieldTypeMeaning
titlestringWikipedia page title or Crossref work title.
urlstringCanonical Wikipedia article URL or Crossref / DOI URL.
quotestring or nullVerbatim Wikipedia extract or Crossref abstract. Null when missing or includeAbstracts is false. Never LLM-generated.
licensestringWikipedia license.title plus license.url when present, or the first Crossref license[0].URL, or Crossref metadata (no work license deposited).
sourcestringwikipedia or crossref.
retrieved_atstringISO-8601 UTC timestamp of the fetch.

Pricing (live on Store)

Pay per usage — the Actor is free to start; you only pay Apify platform usage (compute / storage). There is no Actor-level PPE charge live yet.

Intended PPE (not live — blocked on payout billing)

When sammss payout / billing details are complete in Console, switch to Pay per event (no PPE+usage):

EventPriceHow it is charged
apify-actor-start$0.00005Platform synthetic start. This Actor does not call Actor.charge.
apify-default-dataset-item$0.01Platform synthetic item on each Actor.push_data write.

minimalMaxTotalChargeUsd = 0.01005. Repo file: .actor/pay_per_event.json.

Resources

  • Default memory: 512 MB (min 256, max 1024)
  • Standby: off
  • Limited permissions
  • Runtime: Python 3.13 (apify/actor-python:3.13), HTTP only

Limits

  • maxRows is a cap, not a guarantee.
  • One source failing does not abort the other.
  • Wikipedia reuse follows CC BY-SA. Crossref rows point at the deposited work license.