RFP Opportunity Scout
Pricing
from $0.01 / 1,000 results
Go to Apify Store
RFP Opportunity Scout
Find RFPs/tenders from user-provided procurement pages, extract details, and use AI to summarize and qualify matches.
Find and qualify RFPs from your procurement portals, fast.
RFP Opportunity Scout crawls the procurement pages you provide, extracts opportunity detail pages, and uses AI to produce a clean dataset: summaries, due dates, requirements, deliverables, and a match score against your keywords.
Who It's For
- Consultants and contractors who bid on RFPs
- Agencies looking for new inbound opportunities
- Sales teams monitoring procurement channels
What You Get (Per Opportunity)
- Opportunity URL, title, buyer/agency (when available)
- Due date / posted date (when available)
- Documents (PDF/DOC links) and contact emails (when found)
- AI fields: match score + reason, summary, requirements, deliverables, confidence
LLM Configuration (Ollama Cloud / Ollama)
Recommended: manage the model + credentials via Actor environment variables (Secrets):
LLM_API_STYLE=ollamaLLM_BASE_URL=http://localhost:11434 # or your Ollama Cloud base URLLLM_MODEL=llama3.1:8bLLM_API_KEY=... # optional (cloud endpoints often require it)
You can also override per-run via input: llmApiStyle, llmBaseUrl, llmModel, llmApiKey.
Notes
- Works best on portals that expose opportunities in static HTML. For JavaScript-heavy portals, a browser-based version is typically required.
- Respect target sites' terms and robots rules.