Whether you’re building internal tools or powering outreach automation, the Openmart API gives you real-time access to enriched business and people data — fast, flexible, and developer-friendly.
Let’s walk through how to generate your token, pull data, and run batch enrichment.
Let’s be honest: most data APIs don’t give you control, transparency, or clean data.
At OpenMart, we’ve made it easy for devs and ops teams to:
Our engine combines multiple signals into one clean dataset:
No more outdated listings or generic leads.
Step 1: Go to your Openmart dashboard and click "API management"

Step 2: Click "Copy" or "Create new token"

Step 3: Monitor your usage

Use this endpoint when you want to find real, live business leads by keyword or category — like “plumbers in Brooklyn” or “med spas in Los Angeles.”
Endpoint
POST https://api.openmart.ai/api/v1/search
Step 1: Prepare your cURL request
curl --location --request POST 'https://api.openmart.ai/api/v1/search' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"estimate_total": true,
"query": "Western Australia pride tours",
"pagination": {
"limit": 50,
"start": 0,
"total_count": {
"max_num": 150000,
"to_estimate": false
}
},
"info_updated_before": 1741621734
}'
Modify your search terms
Step 2: Hit enter and get results
Use this when you want to enrich specific people by name and company/domain — like “CEO of xyzcompany.com.”
Step 1: Submit a POST request with people + company data
Use this sample structure:
curl --location --request POST 'https://api.openmart.ai/api/v1/task/batch/lookup_people' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"domain": "http://openmart.com/",
"info_access": ["PHONE", "EMAIL"],
"state": "CA",
"title": "ceo",
"people": [
{
"first_name": "Richard",
"last_name": "He"
}
]
}
]'
Modify inputs for your task
Step 2: Get response of batch ID
{
"batch_id": "YOUE_BATCH_ID",
"status": {
"completed": 0,
"processing": 1,
"batch_ready": false
}
}
Save the batch_id — you’ll need it to check the task status.
Endpoint
GET https://api.openmart.ai/api/v1/task/batch/{batch_id}/status
Step 1: Replace {batch_id} in the URL with your real batch ID.
Step 2: Run this in your terminal:
curl --location --request GET 'https://api.openmart.ai/api/v1/task/batch/95b4e211-788d-4104-a484-ea6e82da23eb/status' \
--header 'x-api-key: YOUR_API_KEY'
Step 3: Check status fields:
If you’re already on OpenMart, just generate your API token and start testing today.
If you’re new, reach out for a demo — we’d love to show you how it works
Common questions about our US ice cream business database
Our database includes company names, addresses, phone numbers, website URLs, key contact names and titles, email addresses, primary waste services offered, facility types, and employee size where available. This comprehensive data allows for granular targeting.
Openmart prides itself on data accuracy. Our dedicated team continuously verifies and updates the database through multiple sources, including public records, corporate reports, and direct verification efforts. We aim for a 95%+ accuracy rate on core contact information.
Businesses can use this data for targeted B2B sales prospecting, developing highly segmented marketing campaigns, conducting market research to identify new opportunities, optimizing supply chains by finding reliable partners, and informing strategic investment decisions. It empowers focused outreach and data-driven strategy.
Our database is available for download in user-friendly formats such as CSV, Excel, and sometimes PDF for specific reports. This ensures easy integration with your existing CRM systems, marketing automation platforms, and data analysis tools.
The Openmart ice cream database is meticulously updated every quarter. This regular refresh cycle ensures you always have access to the most current and verified information, reflecting new business openings, closures, and contact changes in the dynamic ice cream industry.
Yes, absolutely! We offer a free sample of our ice cream database USA so you can experience the quality and depth of our data firsthand. Simply contact our sales team or fill out the form on this page to request your sample.