EU Solar Tender Monitor avatar

EU Solar Tender Monitor

Under maintenance

Pricing

Pay per event

Go to Apify Store
EU Solar Tender Monitor

EU Solar Tender Monitor

Under maintenance

EU-wide solar/PV/BESS tender monitoring with language-aware summaries.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Zentra

Zentra

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 minutes ago

Last modified

Share

A qualified eu solar tender intelligence feed for teams that need procurement signals before manual search catches up. Monitors TED Search API, TED API, TED Developers' corner and returns buyer-ready records with source evidence.

Who this is for

Procurement, sales, partnerships, compliance, and research teams use this actor when they need a focused eu solar tender feed instead of a broad generic scraper.

Sources monitored

TED Search API, TED API, TED Developers' corner

What you get

The actor returns buyer-ready records with source attribution, match context, and normalized fields for review or downstream routing.

  • title: Buyer-readable opportunity or record title.
  • source_url: Direct source URL for review and audit.
  • source_id: Source identifier used to trace where the record came from.
  • buyer_name: Public buyer, authority, issuer, or organization.
  • country: Normalized field for filtering, routing, or downstream review.
  • published_at: Normalized field for filtering, routing, or downstream review.
  • deadline: Submission or response deadline when available.
  • cpv_codes: Normalized field for filtering, routing, or downstream review.
  • estimated_value: Normalized field for filtering, routing, or downstream review.
  • currency: Normalized field for filtering, routing, or downstream review.
  • match_reason: Plain-language reason this record matched the actor focus.
  • evidence: Normalized field for filtering, routing, or downstream review.
  • dedupe_key: Normalized field for filtering, routing, or downstream review.
  • scraped_at: Normalized field for filtering, routing, or downstream review.

Pricing

This actor uses Apify pay-per-event pricing. Current public listing guidance: $29-$49 / 1,000 launch validation records until public data proof is complete. Charges are tied to buyer-visible value events such as qualified-tender, change-alert, attachment-evidence. Small validation runs are supported so you can inspect output before scaling a schedule.

  • qualified-tender: Charge when EU Solar Tender Monitor produces qualified-tender. Typical price: $0.043. A run that produces 10 matching records charges only for the matched buyer-value events and remains capped by the run limit.
  • change-alert: Charge when EU Solar Tender Monitor produces translation. Typical price: $0.043. A run that produces 10 matching records charges only for the matched buyer-value events and remains capped by the run limit.
  • attachment-evidence: Charge when EU Solar Tender Monitor produces attachment-evidence. Typical price: $0.043. A run that produces 10 matching records charges only for the matched buyer-value events and remains capped by the run limit.
  • first-run-cap: Recommended first run budget cap. Typical price: $3.820. Start with the default small run, inspect the dataset, then raise maxItems or schedule recurring runs.

API example

curl -X POST "https://api.apify.com/v2/acts/zentrafoundry~eu-solar-tender-monitor/runs" \
+ -H "Authorization: Bearer $APIFY_TOKEN" \
+ -H "Content-Type: application/json" \
+ -d '{"maxItems":10,"sourceIds":["TED-SEARCH","TED-API","TED-DEV"],"includeSourceUrls":true,"includeMatchReasons":true,"outputMode":"buyer-ready-records"}'
{
"maxItems": 10,
"sourceIds": [
"TED-SEARCH",
"TED-API",
"TED-DEV"
],
"includeSourceUrls": true,
"includeMatchReasons": true,
"outputMode": "buyer-ready-records"
}

Sample output

Review a static sample output record before running the actor: https://zentraforge.store/external/actor-review/samples/eu-solar-tender-monitor.json

[
{
"name": "First 10 qualified records",
"description": "Low-cost validation run for checking output quality and source fit.",
"input": {
"maxItems": 10,
"sourceIds": [
"TED-SEARCH",
"TED-API",
"TED-DEV"
],
"includeSourceUrls": true,
"includeMatchReasons": true,
"outputMode": "buyer-ready-records",
"actorSlug": "eu-solar-tender-monitor"
}
},
{
"name": "Daily monitoring feed",
"description": "Recurring small batch for new buyer-value records.",
"schedule": "Daily during local business hours",
"input": {
"maxItems": 25,
"sourceIds": [
"TED-SEARCH",
"TED-API",
"TED-DEV"
],
"includeSourceUrls": true,
"includeMatchReasons": true,
"outputMode": "buyer-ready-records",
"actorSlug": "eu-solar-tender-monitor"
}
}
]

Use cases

  • Track new eu solar tender opportunities without checking each source manually.
  • Route qualified records into CRM, spreadsheets, or internal review queues.
  • Monitor deadlines, buyer names, source links, and match reasons for faster triage.
  • Schedule recurring runs to catch new signals while keeping first-run costs low.

Trust and compliance

  • Uses TED Search API, TED API, TED Developers' corner.
  • Designed for public-source procurement and data-intelligence workflows.
  • Keeps source URLs and source identifiers in output records for auditability.
  • Does not require private credentials unless a source is explicitly configured for approved authenticated access.