World Bank Procurement Notice Scraper avatar

World Bank Procurement Notice Scraper

Pricing

$5.00 / 1,000 procurement notices

Go to Apify Store
World Bank Procurement Notice Scraper

World Bank Procurement Notice Scraper

Find active World Bank tenders and procurement notices by keyword, country, category, notice type, and deadline.

Pricing

$5.00 / 1,000 procurement notices

Rating

0.0

(0)

Developer

Orbiscribe Labs

Orbiscribe Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

13 hours ago

Last modified

Share

Find active World Bank procurement notices by keyword, country, notice type, category, and deadline. This Actor uses the public World Bank procurement notices API and returns clean tender records for bid teams, consultants, international development vendors, and market researchers.

What does this World Bank procurement scraper do?

World Bank notices are public, but vendors still have to search by country, category, keyword, and deadline. World Bank Procurement Notice Monitor turns those searches into a scheduled Apify dataset with normalized fields, source links, contact details when listed, urgency labels, and fit scores.

It requires no login and does not use a browser. Each dataset row is one public procurement notice from the World Bank API.

The Actor also writes key-value outputs for scheduled workflows:

  • RUN_SUMMARY: counts, inputs, filters, and errors
  • NOTICE_EXPORT: all emitted procurement notices
  • BUYER_BRIEF: a short Markdown brief with highest-scoring notices
  • SLACK_ALERTS: compact alert objects for webhook or chat workflows

What data can you extract?

FieldDescription
titleProcurement notice title or bid description
countryCountry associated with the project
projectNameWorld Bank project name
projectIdProject identifier
noticeTypeNotice type, such as request for expression of interest
procurementMethodProcurement method when provided
procurementCategoryGoods, works, consulting, or other category
postedDateNotice publication date
deadlineBid or response deadline when provided
contactsPublic buyer contact details from the notice
fitScoreScore based on keyword match, contacts, and urgency
sourceUrlLink to the original World Bank notice

Quick start

  1. Enter keywords for the work you want to monitor.
  2. Optionally filter by countries, notice types, or procurement categories.
  3. Set daysBack and maxResults.
  4. Run a small sample first, then schedule daily or weekly monitoring.

For broad discovery, leave country and category filters empty. For bid-team workflows, use specific countries and categories to reduce noise.

Input example

{
"keywords": ["software", "data platform", "cybersecurity"],
"countries": ["kenya", "ghana"],
"noticeTypes": [],
"procurementCategories": ["consulting services"],
"daysBack": 60,
"maxResults": 25,
"includeExpired": false,
"includeRawData": false
}

Output example

{
"source": "World Bank",
"sourceId": "worldbank:demo-software-procurement",
"searchKeyword": "software",
"title": "Software development services for public financial management platform",
"country": "Kenya",
"projectName": "Digital Government Transformation Project",
"noticeType": "Request for Expression of Interest",
"procurementCategory": "Consulting Services",
"postedDate": "2026-05-09T00:00:00.000Z",
"deadline": "2026-05-24T00:00:00.000Z",
"contacts": [
{
"name": "Procurement Specialist",
"email": "procurement@example.org"
}
],
"fitScore": 82,
"fitReasons": [
"has contact details",
"deadline is soon",
"keyword appears in description"
],
"urgency": "due-soon",
"sourceUrl": "https://projects.worldbank.org/en/projects-operations/procurement-detail/demo-software-procurement"
}

Pricing

This Actor uses pay-per-event pricing. Dry-run examples are not charged. Apify free-plan users get the first 25 procurement notice records without this Actor's custom event charge; after that, normal pay-per-event pricing and the user's run spending limit apply.

EventPriceWhat counts
procurement-notice$0.005One World Bank procurement notice written to the dataset

That is $5 per 1,000 emitted notices, plus normal Apify platform usage. Use maxResults, country filters, and category filters to control cost.

Common use cases

  • Monitor open tenders in specific countries.
  • Find consulting opportunities by technical keyword.
  • Track development-finance procurement in a sector.
  • Send new notices into Slack, email, Google Sheets, Airtable, or a CRM.
  • Build a weekly bid-review dataset for business-development teams.

Limits and compliance

The Actor uses the public World Bank procurement notices API. It does not require credentials, bypass access controls, or collect private user data.

Always verify deadlines, eligibility, attachments, and procurement instructions on the linked World Bank notice before acting.