RFP Opportunity Scout avatar

RFP Opportunity Scout

Pricing

from $0.01 / 1,000 results

Go to Apify Store
RFP Opportunity Scout

RFP Opportunity Scout

Find RFPs/tenders from user-provided procurement pages, extract details, and use AI to summarize and qualify matches.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

AMCLLC

AMCLLC

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

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=ollama
LLM_BASE_URL=http://localhost:11434 # or your Ollama Cloud base URL
LLM_MODEL=llama3.1:8b
LLM_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.