Prompt Context Builder
Pricing
from $0.50 / 1,000 results
Prompt Context Builder
Build AI-ready context files for any company, product, or topic in seconds. Automatically collects from 10+ sources — website, docs, news, GitHub, Reddit, FAQs, pricing, changelog, careers, and social media — then exports one clean context.md, ready to paste directly into ChatGPT, Claude, or Gemini.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Varun Chopra
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
prompt-context-builder
An Apify Actor that collects context from 10 sources for any topic or company and outputs context.md + context.json — ready for GPT, Claude, or Gemini.
Quick Start
# Install Apify CLInpm install -g apify-cli# Clone and run locallygit clone <this-repo>cd prompt-context-buildernpm installapify run
The Actor reads input from storage/key_value_stores/default/INPUT.json. Create it with:
{"topic": "Tesla","maxResultsPerSource": 5}
After running, check storage/key_value_stores/default/ for context.md and context.json.
Deploy to Apify
apify loginapify push
Project Structure
.actor/actor.json # Actor definitioninput_schema.json # Input UI definitionsrc/main.js # Entry pointformatter.js # context.md + context.json generatorsources/requests.js # DuckDuckGo search URL builderparsers.js # HTML and JSON parsersDockerfile # apify/actor-node:20 base imageACTOR.md # Apify Store READMEpackage.json
License
Apache 2.0