# By PIN code India Postal PIN Code

**Use case:** 

Extract India Postal PIN Code data filtered by By PIN code. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "pincode",
  "pincodes": [
    "110001",
    "400001",
    "560001"
  ]
}
```

## Output

```json
{
  "name": {
    "label": "Post Office",
    "format": "text"
  },
  "pincode": {
    "label": "PIN Code",
    "format": "text"
  },
  "branchType": {
    "label": "Branch Type",
    "format": "text"
  },
  "deliveryStatus": {
    "label": "Delivery",
    "format": "text"
  },
  "circle": {
    "label": "Circle",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "division": {
    "label": "Division",
    "format": "text"
  },
  "block": {
    "label": "Block",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "queryType": {
    "label": "Query Type",
    "format": "text"
  },
  "queryValue": {
    "label": "Query Value",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [India Postal PIN Code Scraper](https://apify.com/parseforge/india-postal-pincode-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/india-postal-pincode-scraper) to learn more, explore other use cases, and run it yourself.