Government Legal
Income Tax India logo

Income Tax India API

https://www.incometax.gov.in

Income Tax India — CBDT circulars, notifications, DTAA treaties, and press releases, plus authenticated taxpayer data (Annual Information Statement / AIS via e-Filing login).

Actions
6
Category
Government Legal
Login
Some actions
Output
JSON

Call the Income Tax India API

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

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": "it_circulars",
    "params": {
      "page": 1,
      "page_size": 20
    }
  }'

6 actions on https://www.incometax.gov.in

Read

  • AIS

    it_get_aisreadlogin required5 credits / call

    Returns the linked account's most recently fetched Annual Information Statement (AIS). Run it_login first to link or refresh.

  • Circulars

    it_circularsread1 credit / call

    Returns CBDT circulars from Income Tax India.

    page
    integer
    page_size
    integer
    search
    string
  • Communications

    it_misc_communicationsread1 credit / call

    Returns miscellaneous communications from CBDT.

    page
    integer
    page_size
    integer
    search
    string
  • DTAA

    it_dtaaread2 credits / call

    Returns Double Taxation Avoidance Agreements (DTAA) with 191 countries.

    page
    integer
    page_size
    integer
    search
    string
  • Notifications

    it_notificationsread1 credit / call

    Returns income tax notifications and GSR orders.

    page
    integer
    page_size
    integer
    search
    string
  • Press Releases

    it_press_releasesread1 credit / call

    Returns income tax department press releases.

    page
    integer
    page_size
    integer
    search
    string

Income Tax India API questions

Is there an API for Income Tax India?
Income Tax India does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for https://www.incometax.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 Income Tax 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 https://www.incometax.gov.in changes its markup, Anakin updates the action.
Do I need a Income Tax India account?
Some Income Tax India actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the Income Tax 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