Skip to content

Business Report

The Business Report API with the “best match” option allows you to retrieve a comprehensive, detailed report for the single most probable business entity match in one step. This is ideal when you have high confidence in your input data (such as precise name and address) and want to skip the “list of similar” step.

Use this API when you need a direct, detailed report for the best-matching business entity based on your input. The system processes your search criteria, identifies the most likely match, and returns its full Business Profile Report.

POST

POST https://api.trust2connect.ai/api/v1/search
HeaderRequiredValueDescription
AuthorizationYesBearer t2c_access_tokenOAuth 2.0 access token. Replace with the token from the Get Access Token endpoint
Content-TypeYesapplication/jsonSpecifies that the request body is in JSON format
X-Search-OptionYesbest-matchThis custom header instructs the API to perform a “best match” search and return only the most confident match
NameTypeRequiredDescription
namestringYesName of entity
addressstringYesAddress of the entity
citystringYesCity Name of the entity
statestringYesState Code of the entity
zipstringYesZIP code of the entity
einstringNoEmployer Identification Number (EIN) of the entity

Sample Request Body:

{
"name": "Chalet",
"address": "10 Henry Trost Ct",
"city": "El Paso",
"state": "IL",
"zip": "79901"
}
curl --location 'https://api.trust2connect.ai/api/v1/search' \
--header 'Authorization: Bearer zIWLhzqFm1KTAn07lwY6nstiRwcd' \
--header 'X-Search-Option: best-match' \
--data '{
"name": "Chalet",
"address": "10 Henry Trost Ct",
"city": "El Paso",
"state": "IL",
"zip": "79901"
}'

The T2C API provides a response based on the product you’ve subscribed to: T2C Basic, T2C Plus, or T2C Plus Score. The structure and content of the response will vary depending on your subscription.

  • Matched Entity: This contains core details like the business and legal names, addresses, and the matching score.

  • Report:

    • Executive Summary: This section offers a concise overview of the business entity, including its core activities, structure, and location details.
    • Business Signature: This section includes a detailed breakdown of the matching score. It shows how different attributes, such as “Business Name,” “Address,” and “Statecode,” matched with what was searched. The confidence_score is not available in the T2C Plus response and is only available with T2C Plus Score.
    • Controlling Party: Lists the owners, partners, and executives of the business, along with their contact information.
    • Government: This section provides extensive information from governmental sources, such as the company’s business structure, legal structure, incorporation date, NAICS and SIC codes, and tax identification details.
    • Web: This section contains information gathered from the web, including website details, WHOIS information, and reviews from platforms like Yelp, Google, and BBB.
    • Parent Status: The corporate relationship of the entity (e.g., “Ultimate Parent”, “Parent and Child”, “Child”, “Sole”).
    • Status: The operational status of the entity (e.g., “Active”, “Inactive”).
    • T2C ID: The unique T2C identifier.
    FeatureT2C BasicT2C PlusT2C Plus Score
    Matched Entity Details
    Executive Summary
    Controlling Party Information
    Government Data
    Web Data (WHOIS, Reviews)
    Detailed Match Scores
    Confidence Score

The T2C Basic response provides essential information about a matched entity.

Show Example Response for T2C Basic
{
"matched_entity": {
"business_address_line_1": "3132 Lake Ave",
"business_address_line_2": null,
"business_city": "Wilmette",
"business_country": "US",
"business_name": "CHALET LANDSCAPE CO",
"business_state": "IL",
"business_zip": "60091",
"display_name": "CHALET LANDSCAPE CO",
"entity_active_indicator": "1",
"entity_ein": null,
"entity_parent_child": "Sole",
"legal_address_line_1": "191 N Wacker Dr Ste 1800",
"legal_address_line_2": null,
"legal_city": "Chicago",
"legal_country": "US",
"legal_entity_active_indicator": "1",
"legal_entity_ein": null,
"legal_entity_jurisdiction_code": "US_IL",
"legal_entity_parent_status": "Sole",
"legal_name": "CHALET LANDSCAPE CO",
"legal_state": "IL",
"legal_zip": "60606",
"location_match": {
"bq_id": "null",
"legal_entity_id": "null",
"location_active_indicator": "null",
"location_address_city": "null",
"location_address_line_1": "null",
"location_address_line_2": "null",
"location_address_score": "null",
"location_address_state": "null",
"location_address_zip5": "null",
"location_address_zip9": "null",
"location_city_score": "null",
"location_classes": "null",
"location_name": "null",
"location_state_score": "null",
"location_types": "null",
"t2c_id": "null"
},
"location_match_note": "Additional other location lookup not needed based on address/city scores for the Sole",
"match_explanation": "High confidence. We matched this record because the entity name is a strong match, the name matches an alternate name, the legal state matches the search state, the jurisdiction state matches the search state, the city matches, the address matches.",
"t2c_id": "2a4256c0-e469-4351-acbb-ca2b6383e525"
},
"report": {
"business_signature": {},
"controlling_party": [],
"executive_summary": {
"about_us": {
"business_activities_primary": [
"Landscaping Services"
],
"business_activities_secondary": [],
"company_name": "CHALET LANDSCAPE CO",
"corporate_structure": "This company is a sole entity, operating as a corporation and a single-entity organization.",
"established_year": "1966",
"naics_code": "561730",
"one_line_summary": "CHALET LANDSCAPE CO is an active corporation established in 1966, operating as a single-entity organization in the landscaping services industry.",
"primary_industry": "Landscaping Services",
"primary_location": "Wilmette, Illinois",
"status_indicator": "Active"
},
"business_address": {
"addressLineOne": "3132 Lake Ave",
"addressLineTwo": null,
"city": "Wilmette",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "42.079540000000001",
"longitude": "-87.753479999999996"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60091"
},
"business_name": "CHALET LANDSCAPE CO",
"display_name": "CHALET LANDSCAPE CO",
"legal_address": {
"addressLineOne": "191 N Wacker Dr Ste 1800",
"addressLineTwo": null,
"city": "Chicago",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "41.885530000000003",
"longitude": "-87.636700000000005"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60606"
},
"legal_name": "CHALET LANDSCAPE CO"
},
"government": {},
"parent_status": "Sole",
"status": "Active",
"t2c_id": "2a4256c0-e469-4351-acbb-ca2b6383e525",
"web": {}
},
"search_version": "search2.0",
"session_id": "9e0543c6-a110-43a1-a9d3-7e482c645a82",
"status": "success",
"transaction_id": "b2b1ee23-d0cf-4e27-9f18-3972e7449259"
}

The T2C Plus response includes all the information from the T2C Basic response, with the addition of more detailed data from government and web sources. The T2C Plus sample below demonstrates what’s included.

Show Example Response for T2C Plus
{
"matched_entity": {
"business_address_line_1": "3132 Lake Ave",
"business_address_line_2": null,
"business_city": "Wilmette",
"business_country": "US",
"business_name": "CHALET LANDSCAPE CO",
"business_state": "IL",
"business_zip": "60091",
"display_name": "CHALET LANDSCAPE CO",
"entity_active_indicator": "1",
"entity_ein": null,
"entity_parent_child": "Sole",
"legal_address_line_1": "191 N Wacker Dr Ste 1800",
"legal_address_line_2": null,
"legal_city": "Chicago",
"legal_country": "US",
"legal_entity_active_indicator": "1",
"legal_entity_ein": null,
"legal_entity_jurisdiction_code": "US_IL",
"legal_entity_parent_status": "Sole",
"legal_name": "CHALET LANDSCAPE CO",
"legal_state": "IL",
"legal_zip": "60606",
"location_match": {
"bq_id": "null",
"legal_entity_id": "null",
"location_active_indicator": "null",
"location_address_city": "null",
"location_address_line_1": "null",
"location_address_line_2": "null",
"location_address_score": "null",
"location_address_state": "null",
"location_address_zip5": "null",
"location_address_zip9": "null",
"location_city_score": "null",
"location_classes": "null",
"location_name": "null",
"location_state_score": "null",
"location_types": "null",
"t2c_id": "null"
},
"location_match_note": "No additional other locations found matching address/city criteria",
"match_explanation": "High confidence. We matched this record because the entity name is a strong match, the name matches an alternate name, the legal state matches the search state, the jurisdiction state matches the search state.",
"t2c_id": "3c4a533f-18e3-4848-a324-3cf902f20822"
},
"report": {
"business_signature": {
"kyb_score": {},
"match_score": {
"matchType": [
{
"attribute": "Business Name",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "High",
"score": 100.0
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "High",
"score": 100.0
}
}
},
{
"attribute": "Address",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "Low",
"score": 47.04
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "Low",
"score": 30.08
}
}
},
{
"attribute": "City",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "Low",
"score": 42.48
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "Low",
"score": 28.53
}
}
},
{
"attribute": "Statecode",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "High",
"score": 100.0
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "High",
"score": 100.0
}
}
},
{
"attribute": "Zip Code",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "Low",
"score": 33.33
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "Low",
"score": 51.11
}
}
}
]
}
},
"controlling_party": [],
"executive_summary": {
"about_us": {
"business_activities_primary": [
"Landscaping",
"Lawn care",
"Landscape design",
"Landscape installation",
"Landscape maintenance"
],
"business_activities_secondary": [],
"company_name": "CHALET LANDSCAPE CO",
"corporate_structure": "This company is a sole entity, operating as a corporation and a single-entity organization.",
"established_year": "1966",
"naics_code": "561730",
"one_line_summary": "CHALET LANDSCAPE CO is an active landscaping services company located in Wilmette, Illinois, established in 1966 as a sole proprietorship.",
"primary_industry": "Landscaping Services",
"primary_location": "3132 Lake Ave, Wilmette, Illinois, US",
"status_indicator": "Active"
},
"business_address": {
"addressLineOne": "3132 Lake Ave",
"addressLineTwo": null,
"city": "Wilmette",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "42.079540000000001",
"longitude": "-87.753479999999996"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60091"
},
"business_name": "CHALET LANDSCAPE CO",
"display_name": "CHALET LANDSCAPE CO",
"legal_address": {
"addressLineOne": "191 N Wacker Dr Ste 1800",
"addressLineTwo": null,
"city": "Chicago",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "41.885530000000003",
"longitude": "-87.636700000000005"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60606"
},
"legal_name": "CHALET LANDSCAPE CO"
},
"government": {
"selected_entity": {
"all_names": [
"CHALET LANDSCAPE CO",
"CHALET LANDSCAPE",
"CHALET LANDSCAPE CO",
"CHALET",
"CHALET NURSERY"
],
"business_address": {
"addressLineOne": "3132 Lake Ave",
"addressLineTwo": null,
"city": "Wilmette",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "42.079540000000001",
"longitude": "-87.753479999999996"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60091"
},
"business_name": "CHALET LANDSCAPE CO",
"business_structure": "Single-entity organization",
"business_type": "Employer",
"current_status": "Active",
"incorporation_date": "1966-09-22",
"irs": {
"irsIndustryCodes": "561730",
"irsIndustryCodesAll": "561730",
"irsIndustryNames": "Landscaping Services",
"irsIndustryNamesAll": "Landscaping Services",
"irsSectorCode": "56",
"irsSectorName": "Administrative and Support and Waste Management and Remediation Services",
"irsSubsectorCode": "5610",
"irsSubsectorName": "Administrative and Support Services"
},
"is_company_ofac": "No",
"is_non_profit": "No",
"jurisdiction_state": "IL",
"legal_address": {
"addressLineOne": "191 N Wacker Dr Ste 1800",
"addressLineTwo": null,
"city": "Chicago",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "41.885530000000003",
"longitude": "-87.636700000000005"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60606"
},
"legal_name": "CHALET LANDSCAPE CO",
"legal_structure": "Corporation",
"naics": {
"naicsCode": "561730",
"naicsCodesAll": "561730",
"naicsName": "Landscaping Services",
"naicsNamesAll": "Landscaping Services",
"naicsSectorCode": "56",
"naicsSectorName": "Administrative and Support and Waste Management and Remediation Services"
},
"no_of_employees": "181",
"phone": "",
"registration_number": "CORP_46935187",
"report_date": "2025-09-30",
"revenue": "27955660",
"sic_codes": {
"sicCode": "0782",
"sicCodesAll": "0782; 0783",
"sicName": "Lawn and Garden Services",
"sicNamesAll": "Lawn and Garden Services; Ornamental Shrub and Tree Services",
"sicSectorCode": "07",
"sicSectorCodesAll": "07",
"sicSectorName": "Agricultural services",
"sicSectorNamesAll": "Agricultural services"
},
"standardized_status": "Active",
"tax_id": {
"company_ein": null,
"company_ein_formatted": null,
"company_eins_related": null,
"company_eins_related_formatted": null,
"company_sec_ein": null
},
"years_in_business": 60
}
},
"parent_status": "Sole",
"status": "Active",
"t2c_id": "3c4a533f-18e3-4848-a324-3cf902f20822",
"web": {
"association_ratings": {
"bbb": {
"accreditation": "Yes, since 3/1/2007",
"accreditation_since": "N/A",
"rating": "N/A",
"review_count": "N/A"
}
},
"general_information": {
"address": {
"addressLineOne": "3132 Lake Ave",
"addressLineTwo": null,
"city": "Wilmette",
"country": "US",
"state": "Illinois",
"stateCode": "IL",
"type_of_address": "Head Quarter",
"zipCode": "60091"
},
"company_name": "CHALET LANDSCAPE CO",
"controling_parties": [
{
"name": "Edwin Grevers",
"role": "Principal"
},
{
"name": "Kevin Marko",
"role": "Division Manager"
},
{
"name": "Lawrence Thalmann III",
"role": "President"
},
{
"name": "Keith Louffler",
"role": "CFO"
},
{
"name": "Michi Kustra",
"role": "Chief Marketing Officer"
}
],
"domain": "www.chaletnursery.com",
"naics": [
"561730: Landscaping Services"
],
"other_names": [
"Chalet Landscape Co: Chalet Nursery"
],
"phone": "N/A",
"revenue": "$124000000",
"website": "www.chaletnursery.com",
"whois_information": {
"WHOIS_Server": "whois.networksolutions.com",
"administrative_contact_email": "N/A",
"administrative_contact_name": "N/A",
"administrative_contact_number": "N/A",
"creation_date": "11-28-1997",
"domain_name": "CHALETNURSERY.COM",
"expiration_date": "11-27-2029",
"name_servers": [
"NS23.WORLDNIC.COM",
"NS24.WORLDNIC.COM"
],
"registrant_email": "domain.operations@web.com",
"registrant_name": null,
"registrant_phone": "N/A",
"registrar": "Network Solutions, LLC",
"status": "clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
"updated_date": "09-30-2024"
},
"years_in_business": 108
},
"reviews": [
{
"average_rating": "N/A",
"platform": "Yelp",
"total_no_reviews": "N/A"
},
{
"average_rating": "N/A",
"platform": "Google",
"total_no_reviews": "N/A"
},
{
"average_rating": "N/A",
"platform": "BBB",
"total_no_reviews": "N/A"
}
]
}
},
"search_version": "search2.0",
"session_id": "f227f7a3-1e89-4d30-854e-5e4ad954c262",
"status": "success",
"transaction_id": "b2b1ee23-d0cf-4e27-9f18-3972e7449259"
}

The T2C Plus Score response is the most comprehensive. It contains all the data from the T2C Plus response and adds a kyb scoring section for a confidence score for the KYB (Know Your Business) assessment.

Show Example Response for T2C Plus Score
{
"matched_entity": {
"business_address_line_1": "3132 Lake Ave",
"business_address_line_2": null,
"business_city": "Wilmette",
"business_country": "US",
"business_name": "CHALET LANDSCAPE CO",
"business_state": "IL",
"business_zip": "60091",
"display_name": "CHALET LANDSCAPE CO",
"entity_active_indicator": "1",
"entity_ein": null,
"entity_parent_child": "Sole",
"legal_address_line_1": "191 N Wacker Dr Ste 1800",
"legal_address_line_2": null,
"legal_city": "Chicago",
"legal_country": "US",
"legal_entity_active_indicator": "1",
"legal_entity_ein": null,
"legal_entity_jurisdiction_code": "US_IL",
"legal_entity_parent_status": "Sole",
"legal_name": "CHALET LANDSCAPE CO",
"legal_state": "IL",
"legal_zip": "60606",
"location_match": {
"bq_id": "null",
"legal_entity_id": "null",
"location_active_indicator": "null",
"location_address_city": "null",
"location_address_line_1": "null",
"location_address_line_2": "null",
"location_address_score": "null",
"location_address_state": "null",
"location_address_zip5": "null",
"location_address_zip9": "null",
"location_city_score": "null",
"location_classes": "null",
"location_name": "null",
"location_state_score": "null",
"location_types": "null",
"t2c_id": "null"
},
"location_match_note": "No additional other locations found matching address/city criteria",
"match_explanation": "High confidence. We matched this record because the entity name is a strong match, the name matches an alternate name, the legal state matches the search state, the jurisdiction state matches the search state.",
"t2c_id": "3c4a533f-18e3-4848-a324-3cf902f20822"
},
"report": {
"business_signature": {
"kyb_score": {
"confidence_score": "100"
},
"match_score": {
"matchType": [
{
"attribute": "Business Name",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "Low",
"score": 72.5
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "Low",
"score": 72.5
}
}
},
{
"attribute": "Address",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "Low",
"score": 47.04
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "Low",
"score": 30.08
}
}
},
{
"attribute": "City",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "Low",
"score": 42.48
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "Low",
"score": 28.53
}
}
},
{
"attribute": "Statecode",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "High",
"score": 100.0
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "High",
"score": 100.0
}
}
},
{
"attribute": "Zip Code",
"scores": {
"Business": {
"matchType": "High",
"score": 100.0
},
"Government": {
"matchType": "Low",
"score": 33.33
},
"Site_Inspection": {
"matchType": "N/A",
"score": "N/A"
},
"Web": {
"matchType": "Low",
"score": 51.11
}
}
}
]
}
},
"controlling_party": [],
"executive_summary": {
"about_us": {
"business_activities_primary": [
"Landscaping",
"Landscape design",
"Lawn care",
"Maintenance",
"Tree and shrub care"
],
"business_activities_secondary": [],
"company_name": "CHALET LANDSCAPE CO",
"corporate_structure": "Sole proprietorship",
"established_year": "1966",
"naics_code": "561730",
"one_line_summary": "CHALET LANDSCAPE CO, established in 1966, is an active landscaping service provider located in Wilmette, Illinois, operating as a Sole business structure.",
"primary_industry": "Landscaping Services",
"primary_location": "3132 Lake Ave, Wilmette, Illinois, US",
"status_indicator": "Active"
},
"business_address": {
"addressLineOne": "3132 Lake Ave",
"addressLineTwo": null,
"city": "Wilmette",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "42.079540000000001",
"longitude": "-87.753479999999996"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60091"
},
"business_name": "CHALET LANDSCAPE CO",
"display_name": "CHALET LANDSCAPE CO",
"legal_address": {
"addressLineOne": "191 N Wacker Dr Ste 1800",
"addressLineTwo": null,
"city": "Chicago",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "41.885530000000003",
"longitude": "-87.636700000000005"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60606"
},
"legal_name": "CHALET LANDSCAPE CO"
},
"government": {
"selected_entity": {
"all_names": [
"CHALET LANDSCAPE CO",
"CHALET LANDSCAPE",
"CHALET LANDSCAPE CO",
"CHALET",
"CHALET NURSERY"
],
"business_address": {
"addressLineOne": "3132 Lake Ave",
"addressLineTwo": null,
"city": "Wilmette",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "42.079540000000001",
"longitude": "-87.753479999999996"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60091"
},
"business_name": "CHALET LANDSCAPE CO",
"business_structure": "Single-entity organization",
"business_type": "Employer",
"current_status": "Active",
"incorporation_date": "1966-09-22",
"irs": {
"irsIndustryCodes": "561730",
"irsIndustryCodesAll": "561730",
"irsIndustryNames": "Landscaping Services",
"irsIndustryNamesAll": "Landscaping Services",
"irsSectorCode": "56",
"irsSectorName": "Administrative and Support and Waste Management and Remediation Services",
"irsSubsectorCode": "5610",
"irsSubsectorName": "Administrative and Support Services"
},
"is_company_ofac": "No",
"is_non_profit": "No",
"jurisdiction_state": "IL",
"legal_address": {
"addressLineOne": "191 N Wacker Dr Ste 1800",
"addressLineTwo": null,
"city": "Chicago",
"country": "US",
"county": "Cook County",
"location": {
"latitude": "41.885530000000003",
"longitude": "-87.636700000000005"
},
"state": "Illinois",
"stateCode": "IL",
"zipCode": "60606"
},
"legal_name": "CHALET LANDSCAPE CO",
"legal_structure": "Corporation",
"naics": {
"naicsCode": "561730",
"naicsCodesAll": "561730",
"naicsName": "Landscaping Services",
"naicsNamesAll": "Landscaping Services",
"naicsSectorCode": "56",
"naicsSectorName": "Administrative and Support and Waste Management and Remediation Services"
},
"no_of_employees": "181",
"phone": "",
"registration_number": "CORP_46935187",
"report_date": "2025-09-30",
"revenue": "27955660",
"sic_codes": {
"sicCode": "0782",
"sicCodesAll": "0782; 0783",
"sicName": "Lawn and Garden Services",
"sicNamesAll": "Lawn and Garden Services; Ornamental Shrub and Tree Services",
"sicSectorCode": "07",
"sicSectorCodesAll": "07",
"sicSectorName": "Agricultural services",
"sicSectorNamesAll": "Agricultural services"
},
"standardized_status": "Active",
"tax_id": {
"company_ein": null,
"company_ein_formatted": null,
"company_eins_related": null,
"company_eins_related_formatted": null,
"company_sec_ein": null
},
"years_in_business": 60
}
},
"parent_status": "Sole",
"status": "Active",
"t2c_id": "3c4a533f-18e3-4848-a324-3cf902f20822",
"web": {
"association_ratings": {
"bbb": {
"accreditation": "Yes, since 3/1/2007",
"accreditation_since": "N/A",
"rating": "N/A",
"review_count": "N/A"
}
},
"general_information": {
"address": {
"addressLineOne": "3132 Lake Ave",
"addressLineTwo": null,
"city": "Wilmette",
"country": "US",
"state": "Illinois",
"stateCode": "IL",
"type_of_address": "Head Quarter",
"zipCode": "60091"
},
"company_name": "CHALET LANDSCAPE CO",
"controling_parties": [
{
"name": "Edwin Grevers",
"role": "Principal"
},
{
"name": "Kevin Marko",
"role": "Division Manager"
},
{
"name": "Lawrence Thalmann III",
"role": "President"
},
{
"name": "Keith Louffler",
"role": "CFO"
},
{
"name": "Michi Kustra",
"role": "Chief Marketing Officer"
}
],
"domain": "www.chaletnursery.com",
"naics": [
"561730: Landscaping Services"
],
"other_names": [
"Chalet Landscape Co: Chalet Nursery"
],
"phone": "N/A",
"revenue": "$124000000",
"website": "www.chaletnursery.com",
"whois_information": {
"WHOIS_Server": "whois.networksolutions.com",
"administrative_contact_email": "N/A",
"administrative_contact_name": "N/A",
"administrative_contact_number": "N/A",
"creation_date": "11-28-1997",
"domain_name": "CHALETNURSERY.COM",
"expiration_date": "11-27-2029",
"name_servers": [
"NS23.WORLDNIC.COM",
"NS24.WORLDNIC.COM"
],
"registrant_email": "domain.operations@web.com",
"registrant_name": null,
"registrant_phone": "N/A",
"registrar": "Network Solutions, LLC",
"status": "clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
"updated_date": "09-30-2024"
},
"years_in_business": 108
},
"reviews": [
{
"average_rating": "N/A",
"platform": "Yelp",
"total_no_reviews": "N/A"
},
{
"average_rating": "N/A",
"platform": "Google",
"total_no_reviews": "N/A"
},
{
"average_rating": "N/A",
"platform": "BBB",
"total_no_reviews": "N/A"
}
]
}
},
"search_version": "search2.0",
"session_id": "481ffef7-cafe-4ed6-932b-24b679d5a24c",
"status": "success",
"transaction_id": "b2b1ee23-d0cf-4e27-9f18-3972e7449259"
}
  • transaction_id is a unique identifier generated for every request.