MerchantCircle Business Directory Scraper avatar

MerchantCircle Business Directory Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
MerchantCircle Business Directory Scraper

MerchantCircle Business Directory Scraper

Scrape local business listings from MerchantCircle.com - 100K+ US businesses with contact info, ratings, categories, and addresses. Browse by city/state or search by keyword.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(11)

Developer

Crawler Gang

Crawler Gang

Maintained by Community

Actor stats

11

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

NYC Business Licenses Scraper

Search and extract business license records from NYC Open Data — the official NYC Department of Consumer Affairs (DCA) database of 500K+ business licenses across all five boroughs. Completely free, no API key or authentication required.

Data Source

This actor uses the NYC Open Data Socrata SODA API, publicly provided by the NYC Department of Consumer Affairs. No API key or registration is required.

Features

  • Search businesses by keyword in business name or trade name
  • Fetch by license number — look up specific licenses using their DCA license number
  • Filter by borough — Manhattan, Brooklyn, Queens, Bronx, Staten Island
  • Filter by license type — Individual or Premises
  • Filter by ZIP code — narrow to a specific neighborhood
  • Structured output with license number, business name, address, contact, geo coordinates
  • Fully free — no API key, no proxy, no cookies

Input

FieldTypeDescription
modeString (required)searchBusinesses or getByLicense
queryStringKeyword to search in business/trade name (e.g. 'restaurant', 'pizza')
licenseNumbersString[]List of DCA license numbers (mode=getByLicense)
licenseTypeStringFilter: Individual or Premises (blank = all)
boroughStringFilter: Manhattan, Brooklyn, Queens, Bronx, Staten Island
zipCodeString5-digit ZIP code filter (e.g. '10001')
maxItemsIntegerMax records to return (1–10000, default: 100)

Example Input — Search Restaurants

{
"mode": "searchBusinesses",
"query": "restaurant",
"borough": "Manhattan",
"maxItems": 50
}

Example Input — Get by License Number

{
"mode": "getByLicense",
"licenseNumbers": ["0982764-DCA", "0002902-DCA"],
"maxItems": 10
}

Output

Each record contains:

FieldDescription
licenseNumberDCA license number (e.g. 0982764-DCA)
businessNameOfficial registered business name
tradeNameTrade/DBA name (if different from business name)
addressFull address string
cityCity (usually a NYC neighborhood or the borough name)
stateState (NY)
zipCodeZIP code
boroughNYC borough (Manhattan, Brooklyn, Queens, Bronx, Staten Island)
licenseTypeLicense type: Individual or Premises
licenseStatusCurrent status (Active, Inactive, Pending, etc.)
licenseExpirationDateExpiration date (YYYY-MM-DD)
phoneContact phone number
latitudeGeographic latitude
longitudeGeographic longitude
sourceUrlNYC Open Data query URL for this record
recordTypeAlways businessLicense
scrapedAtISO 8601 timestamp

Example Output

{
"licenseNumber": "0982764-DCA",
"businessName": "MARGHERITA PIZZA",
"tradeName": "NY CORP.",
"address": "16304 JAMAICA AVE, JAMAICA, NY, 11432",
"city": "JAMAICA",
"state": "NY",
"zipCode": "11432",
"borough": "Queens",
"licenseType": "Premises",
"licenseStatus": "Active",
"licenseExpirationDate": "2028-03-31",
"phone": "7186575780",
"latitude": 40.70467524177002,
"longitude": -73.79682330827154,
"sourceUrl": "https://data.cityofnewyork.us/resource/w7w3-xahh.json?license_nbr=0982764-DCA",
"recordType": "businessLicense",
"scrapedAt": "2026-05-30T10:00:00+00:00"
}

Use Cases

  • Business research — find licensed businesses in a specific NYC neighborhood
  • Market analysis — count active businesses by category or borough
  • Compliance verification — confirm a business holds a valid DCA license
  • Lead generation — find businesses by type and location with contact details
  • Local government data — explore NYC's business landscape

FAQ

What types of businesses are licensed by NYC DCA? The DCA licenses hundreds of business types including autos, home improvement contractors, electronics stores, secondhand dealers, pawnbrokers, sidewalk cafes, tow trucks, employment agencies, and more.

Is an API key required? No. The NYC Open Data Socrata API is publicly accessible with no registration.

How many records are in the database? The NYC DCA license database contains 500K+ records spanning active, inactive, and historical licenses.

What does licenseType mean? Premises means the license is tied to a physical location. Individual means the license is issued to a person rather than a location.

Can I filter by business category? The dataset does not include a standard business category field. Use keyword search (query) to find businesses by type (e.g. 'pawnbroker', 'tow truck', 'sidewalk cafe').