Logistics
India Post logo

India Post API

indiapost.gov.in

India Post e-Postoffice - Philately and Gangajal products and featured postal services.

Actions
6
Category
Logistics
Login
Not required
Output
JSON

Call the India Post API

Submit a task, then poll the job until it settles. This example runs act_indiapost_category_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_indiapost_category_tree",
    "params": {
      "category_name": "Philately",
      "subcategory_name": "Ancillaries - Book"
    }
  }'

6 actions on indiapost.gov.in

Read

  • Category Taxonomy

    act_indiapost_category_treeread1 credit / call

    Returns shop categories and subcategories, optionally filtered by category or subcategory name.

    category_name
    string
    subcategory_name
    string
  • Gangajal Service Page

    act_indiapost_gangajal_service_page_rscread1 credit / call

    Returns details of the Gangajal delivery service, including title, summary, and tags.

    service_slug
    string · required
  • Holy Blessings Service Page

    act_indiapost_holy_blessings_service_page_rscread1 credit / call

    Returns details of the Holy Blessings Prasad delivery service, including name, description, and keywords.

    service_slug
    string · required
  • Homepage Feed

    act_indiapost_homepage_ssrread1 credit / call

    Returns homepage content, including featured-service navigation links and latest updates.

  • Philately Service Page

    act_indiapost_philately_service_page_rscread1 credit / call

    Returns details of the Philately stamp service, including title, description, and keywords.

    service_slug
    string · required
  • Product Autocomplete Search

    act_indiapost_product_autocompleteread1 credit / call

    Returns shop product names matching a search keyword, across Philately and Gangajal items.

    search_query
    string · required

India Post API questions

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

All Logistics sites