Source Receipt Extractor
Pricing
$4.00 / 1,000 results
Source Receipt Extractor
Extract clean public-page text with timestamped SHA-256 source receipts for AI, RAG, research, and audit workflows.
Pricing
$4.00 / 1,000 results
Rating
0.0
(0)
Developer
theCR8Fconclave SYST3MS
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Fetch public pages and return clean text with a timestamped SHA-256 source receipt for AI, RAG, research, and audit workflows.
What it returns
Each default-dataset item contains:
- requested and final URL
- fetch timestamp and HTTP status
- content type, byte count, and SHA-256 hash
- page title and meta description
- cleaned text, text length, and a bounded text sample
- a receipt block that states the source and supported claim scope
Input
Fetch one or more public pages:
{"urls": ["https://example.com/"],"maxBytes": 750000}
Or pass inline HTML from another crawler:
{"pages": [{"url": "https://example.test/page", "html": "<html>...</html>"}]}
The verified synthetic input is in examples/sample-input.json.
Use cases
- provenance-aware RAG ingestion
- public-source research receipts
- audit and compliance evidence collection
- page-change and content-verification pipelines
- source-grounded AI workflows
Boundaries
Use only public pages you are permitted to fetch. A receipt proves what this run fetched and hashed at a point in time; it does not certify the truth of every claim on the source page. The Actor does not bypass authentication, paywalls, or access controls.
Output links
The run output exposes the default dataset plus OUTPUT.json in the default key-value store. Schemas live in .actor/output_schema.json and .actor/dataset_schema.json.