---
title: "Perform action for a single business"
method: GET
path: "/{action}/{geographicType}"
tags: ["Business Service"]
---

# Perform action for a single business

`GET /{action}/{geographicType}`

Uses HTTP GET to accept one input record and returns the response in XML format.

## Path parameters

- `action` 'get' | 'buy', required
- `geographicType` 'zip' | 'city' | 'county' | 'state' | 'radius' | 'circle' | 'polygon', required

## Query parameters

- `id` string, required
- `zip` string
- `zip+4` string
- `city` string
- `county` string
- `state` string
- `addr` string
- `mile` string
- `records` string
- `str` string
- `strzip` string
- `pt` string
- `points` string
- `sic` string
- `sic-d` string
- `staff` string
- `staff-d` string
- `sale` string
- `sale-d` string
- `contacttitle-d` string
- `title-d` string
- `one` string
- `dbug` string
- `name` string
- `po` string
- `multi` string
- `file` string
- `fax` string
- `phone` string
- `naics` string
- `numemp` string
- `keyexec` string
- `numsales` string

## Headers

- `Accept` 'application/xml' | '*/*', required
- `Content-Type` 'application/xml' | 'application/json', required

## Response `200`

Successful response

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/melissa/apis/leadgen-business.md) · [All operations](https://skmtc.dev/melissa/apis/leadgen-business/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/melissa/leadgen-business/revisions/6f1b3dcdbd80/schema)
