Italian Public Tenders (Acquisti in Rete PA / MePA) Scraper avatar

Italian Public Tenders (Acquisti in Rete PA / MePA) Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Italian Public Tenders (Acquisti in Rete PA / MePA) Scraper

Italian Public Tenders (Acquisti in Rete PA / MePA) Scraper

Get open Italian public procurement tenders from acquistinretepa.it (Consip, MePA, RdO aperte, Altri Bandi) as clean JSON: title, buyer, value, category, deadline, link. No login. Built for AI agents and tender-alert workflows.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Quiet Kits

Quiet Kits

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Categories

Share

Italian Public Tenders Scraper (Acquisti in Rete PA / MePA / Consip)

Get every open Italian public procurement tender listed on acquistinretepa.it as clean JSON, without logging in. Covers the three public lists of the portal:

  • RdO aperte on MePA (Mercato Elettronico della Pubblica Amministrazione): open requests for quotation from ministries, municipalities, hospitals, schools. Typically 400-600 open at any time.
  • Altri Bandi: tenders published by other public bodies and utilities.
  • Bandi Consip: framework agreements (Accordi Quadro), conventions, dynamic purchasing systems (SDA) and MePA calls.

Each tender comes with title, description, buyer, estimated value in EUR, product categories, publication date, deadline and a direct link to the tender page.

Why this Actor

Companies that sell to the Italian public sector pay for e-mail bulletins that watch this portal by hand. This Actor does the same job on a schedule, and returns structured data you can filter, store, or feed to an AI agent. It is the only Actor on Apify Store for acquistinretepa.it.

Input

FieldTypeDefaultDescription
sourcesarrayall threeRDO, ALTRI_BANDI, CONSIP
keywordstringkeep tenders whose title, description, buyer or category contains this text
publishedSinceDaysinteger0keep tenders published in the last N days
includeArchivebooleanfalsealso read closed tenders
maxItemsinteger0stop after N tenders (0 = all)

Example, new IT tenders of the last 7 days:

{ "sources": ["RDO", "ALTRI_BANDI"], "keyword": "software", "publishedSinceDays": 7 }

Output

One dataset record per tender:

{
"id": "64e868e9b6fc53d0",
"type": "RDO",
"number": "6554707",
"title": "FORNITURA CARNE FRESCA E SURGELATA",
"description": "",
"instrument": "RDO Aperte",
"instrumentCode": "RDO",
"buyer": "MINISTERO DELL'ISTRUZIONE",
"contractingAuthority": null,
"estimatedValueEur": 139000,
"contractType": "Beni",
"categories": ["Alimenti, ristorazione e buoni pasto"],
"status": null,
"publishedAt": "2026-09-04T06:00:00.000Z",
"deadlineAt": "2026-09-24T16:00:00.000Z",
"url": "https://www.acquistinretepa.it/opencms/opencms/scheda_altri_bandi.html?idBando=64e868e9b6fc53d0",
"source": "acquistinretepa.it",
"scrapedAt": "2026-09-06T14:00:00.000Z"
}

Use with AI agents (MCP)

The Actor is a plain input-to-dataset tool, so it works out of the box through the Apify MCP server: an agent can call it with a keyword and read the tenders back as JSON. Typical prompts: "find open Italian public tenders about school furniture published this week", "list Consip framework agreements closing in the next 30 days".

Pricing

Pay per tender returned. A run that reads all three open lists returns about 700 records in under a minute.

Notes and limits

  • Reads only the public lists (no login, no SPID). Tender attachments and RdO details that require a MePA account are not included; the url field points to the public page.
  • Dates are ISO 8601 in UTC, converted from the portal's timestamps.
  • The portal is run by Consip for the Italian Ministry of Economy and Finance. Data are public notices; use them according to the portal's terms.