Prompt Context Builder avatar

Prompt Context Builder

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Prompt Context Builder

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

Varun Chopra

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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 CLI
npm install -g apify-cli
# Clone and run locally
git clone <this-repo>
cd prompt-context-builder
npm install
apify 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 login
apify push

Project Structure

.actor/
actor.json # Actor definition
input_schema.json # Input UI definition
src/
main.js # Entry point
formatter.js # context.md + context.json generator
sources/
requests.js # DuckDuckGo search URL builder
parsers.js # HTML and JSON parsers
Dockerfile # apify/actor-node:20 base image
ACTOR.md # Apify Store README
package.json

License

Apache 2.0