Government Legal
Maharashtra eTenders logo

Maharashtra eTenders API

mahatenders.gov.in

Maharashtra eProcurement - tender search, organisation browse, listings, and tender details.

Actions
3
Category
Government Legal
Login
Not required
Output
JSON

Call the Maharashtra eTenders API

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

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_mahatenders_gov_in_organisation_browse_tree",
    "params": {
      "organisation_name": "Brihanmumbai Electric Supply and Transport Undertaking"
    }
  }'

3 actions on mahatenders.gov.in

Read

  • Organisation Browse Tree

    act_mahatenders_gov_in_organisation_browse_treeread1 credit / call

    Returns organisations with tender counts and drill-down URLs for browsing tenders.

    organisation_name
    string · required
  • Tender Details

    act_mahatenders_gov_in_tender_detailread2 credits / call

    Returns full tender detail with ID, dates, fees, organisation chain, description, and documents.

    sp
    string · required
    tender_id
    string · required
  • Tender Listing by Organisation

    act_mahatenders_gov_in_tender_listing_by_organisationread2 credits / call

    Returns tenders for an organisation with IDs, titles, dates, and detail links.

    sp
    string · required

Maharashtra eTenders API questions

Is there an API for Maharashtra eTenders?
Maharashtra eTenders does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for mahatenders.gov.in. 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 Maharashtra eTenders 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 mahatenders.gov.in changes its markup, Anakin updates the action.
Do I need a Maharashtra eTenders account?
No. Every Maharashtra eTenders action listed here runs anonymously — no account and no credentials required.
What does the Maharashtra eTenders 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