# Quick sample: market research

**Use case:** 

GST Verification India configured for quick sample around “market research”. The saved input exposes queries, maxResults, concurrency and uses a 10-result...

## Input

```json
{
  "queries": [
    "market research"
  ],
  "maxResults": 10,
  "concurrency": 1
}
```

## Output

```json
{
  "gstin": {
    "label": "GSTIN",
    "format": "text"
  },
  "verification_status": {
    "label": "Verification",
    "format": "text"
  },
  "valid_format": {
    "label": "Valid format",
    "format": "boolean"
  },
  "checksum_valid": {
    "label": "Valid checksum",
    "format": "boolean"
  },
  "business_name": {
    "label": "Legal Name",
    "format": "text"
  },
  "trade_name": {
    "label": "Trade Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "taxpayer_type": {
    "label": "Taxpayer Type",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "registration_date": {
    "label": "Registered (source)",
    "format": "text"
  },
  "registration_date_iso": {
    "label": "Registered (ISO)",
    "format": "date"
  },
  "pan": {
    "label": "PAN",
    "format": "text"
  },
  "constitution": {
    "label": "Constitution",
    "format": "text"
  },
  "data_source": {
    "label": "Data source",
    "format": "text"
  },
  "attempts": {
    "label": "Attempts",
    "format": "number"
  },
  "verified_at": {
    "label": "Checked at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GST Verification India - GSTIN Lookup & Business Details](https://apify.com/thirdwatch/gst-verification-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/gst-verification-scraper) to learn more, explore other use cases, and run it yourself.