v1
latestOpenAPI 3.1.02026-07-241695611.0 MBGet Searches
Retrieve a list of business searches.
Query parameters
The query param, can either be a search name or a search id. If it is a search id, it will be used to search by id. If it is a search name, it will be used to search by name. If it is not provided, it will be ignored.
The query param, can either be a search name or a search id. If it is a search id, it will be used to search by id. If it is a search name, it will be used to search by name. If it is not provided, it will be ignored.
Filter by TIN match status. True returns searches where the TIN was matched, False returns searches where the TIN was not matched.
Filter by TIN match status. True returns searches where the TIN was matched, False returns searches where the TIN was not matched.
Filter by verification status. True returns verified searches, False returns unverified searches.
Filter by verification status. True returns verified searches, False returns unverified searches.
Filter by business website match status. True returns searches where the website was matched, False returns searches where it was not.
Filter by business website match status. True returns searches where the website was matched, False returns searches where it was not.
Filter by business name match level. Values: NO_MATCH, SIMILAR, EXACT.
Filter by business officer match level. Values: NO_MATCH, SIMILAR, EXACT.
Filter by registered agent match level. Values: NO_MATCH, SIMILAR, EXACT.
Filter by business address match level. Values: NO_MATCH, CITY, STATE, SIMILAR, EXACT.
Maximum number of records to return in a single page. Must be between 1 and 1000.
Maximum number of records to return in a single page. Must be between 1 and 1000.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Filter records created on or after this date (format: YYYY-MM-DD).
Filter records created on or after this date (format: YYYY-MM-DD).
Filter records created on or before this date (format: YYYY-MM-DD).
Filter records created on or before this date (format: YYYY-MM-DD).
IANA timezone identifier used to interpret start_date and end_date (defaults to UTC).
IANA timezone identifier used to interpret start_date and end_date (defaults to UTC).
Response
List of business searches.
Example response
[
{
"options": [
"Order.WebsiteAnalysis"
],
"orderables": [
{
"id": "c97dd8d5-e7bb-444b-a943-cca696772a01",
"option": "Order.WebsiteAnalysis",
"type": "WebsiteAnalysisRequest",
"url": "https://api.baselayer.com/website_analysis_requests/c97dd8d5-e7bb-444b-a943-cca696772a01"
}
],
"user": {
"first_name": "Austin",
"last_name": "Taylor",
"email": "jessicasimpson@example.com"
},
"name": "Acme Corporation",
"address": "1640 Riverside Drive, Hill Valley, CA",
"search_address": {
"street": "913 Hendrix Gardens Suite 492",
"city": "Jasonfurt",
"zip": "19773",
"latitude": 38.03012,
"longitude": 78.47665
},
"officer_names": [
"Doc Brown"
],
"alternative_names": [
"Joe's Pizza",
"Joe's Pizzeria"
],
"website": "https://baselayer.com/",
"phone_number": "636-555-3226",
"email": "support@baselayer.com",
"tin": "555666777",
"reference_id": "Search1234",
"tin_matched": true,
"tin_potential_match": "Baselayer",
"watchlist_hits": [
{
"code": "DMF",
"count": 1,
"details": [
{
"address": "123 Main St",
"date_of_birth": "1980-01-01",
"name": "John Doe"
}
]
}
],
"business_website_match": true,
"business_website_redirect_match": true,
"created_at": "2026-07-16T19:24:27.762682",
"updated_at": "2026-07-16T19:24:27.762696",
"verified": true,
"scores": [
{
"score": 95,
"rating": "A"
}
],
"warnings": [
"IRS Validation is unavailable."
],
"business": {
"name": "Hamilton-Olson",
"address": "63788 Paige Lane Cooperfurt, MI 10037",
"phone_number": "955-714-3269",
"email": "javier01@example.net",
"website": "https://jones.com/",
"url": "https://api.baselayer.com/businesses/9083e7e2-1f6b-11ef-8f0f-1edb1b067314",
"console_url": "https://console.baselayer.com/business/9083e7e2-1f6b-11ef-8f0f-1edb1b067314"
},
"url": "https://api.baselayer.com/searches/c623e29e-1f57-11ef-938f-1edb1b067314",
"status_url": "https://api.baselayer.com/searches/c623e29e-1f57-11ef-938f-1edb1b067314/status",
"business_url": "https://api.baselayer.com/businesses/febe48f6-1f57-11ef-8bbf-1edb1b067314/status",
"console_url": "https://console.baselayer.com/business/febe48f6-1f57-11ef-8bbf-1edb1b067314"
}
]