Government Legal
CPP Portal (India) logo

CPP Portal (India) API

eprocurement.gov

India's procurement portal - tender search, category filters, listings, and reports.

Actions
4
Category
Government Legal
Login
Not required
Output
JSON

Call the CPP Portal (India) API

Submit a task, then poll the job until it settles. This example runs act_eprocurement_gov_organisation_filter_options.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_eprocurement_gov_organisation_filter_options",
    "params": {
      "tender_status": "tender",
      "product_category": "Access Control System"
    }
  }'

4 actions on eprocurement.gov

Read

  • Portal Home Navigation

    act_eprocurement_gov_portal_home_navigationread1 credit / call

    Returns the portal homepage with links to tender search, active tenders, and bid awards.

  • Tender Search Form

    act_eprocurement_gov_tender_search_formread1 credit / call

    Returns the tender search form with status, organisation, and product category options.

  • Tender Search Results

    act_eprocurement_gov_tender_search_resultsread2 credits / call

    Returns tender listings with dates, title, reference, and organisation for a search.

    search_path
    string · required

Write

Write actions change state on eprocurement.gov and run as the account you connect.

  • Organisation Filter Options

    act_eprocurement_gov_organisation_filter_optionswrite2 credits / call

    Lists government organisations available for a given tender status and product category.

    tender_status
    string · required
    product_category
    string · required
    search_keyword
    string

CPP Portal (India) API questions

Is there an API for CPP Portal (India)?
CPP Portal (India) does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for eprocurement.gov. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape CPP Portal (India) data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when eprocurement.gov changes its markup, Anakin updates the action.
Do I need a CPP Portal (India) account?
No. Every CPP Portal (India) action listed here runs anonymously — no account and no credentials required.
What does the CPP Portal (India) API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites