The basic business profile check response payload contains a detailed analysis of a business’s online presence and profile information. The check compares self-attested business data against information found through web research and public sources.
Check ID
kyb.basic_business_profile_check
Response Structure
{
type: "BasicBusinessProfileCheckResult";
business_name_match: BusinessNameDocMatch | null;
business_description_match: BusinessDescriptionDocMatch | null;
business_industry_match: BusinessIndustryDocMatch | null;
passed: boolean;
}
Example Response
{
"type": "BasicBusinessProfileCheckResult",
"business_name_match": {
"text": "Parcha Labs, Inc.",
"source_id": "company_website",
"analysis": "Exact match with registered business name found on official website"
},
"business_description_match": {
"text": "Provider of AI-powered compliance and risk management solutions",
"source_id": "linkedin_profile",
"analysis": "Business description consistent with self-attested information"
},
"business_industry_match": {
"text": "RegTech / Compliance Software",
"source_id": "company_website",
"analysis": "Industry classification matches self-attested information"
},
"passed": true,
"verification_data": {
"web_presence": {
"source_1": {
"text": "Parcha Labs is a leading provider of AI-powered compliance solutions",
"source_id": "company_website",
"url": "https://parcha.ai/about",
"analysis": "Company website confirms business name and description"
},
"source_2": {
"text": "Parcha Labs, Inc. - AI-driven compliance and risk management platform",
"source_id": "linkedin_profile",
"url": "https://www.linkedin.com/company/parcha-ai",
"analysis": "LinkedIn profile validates business name and description"
}
}
}
}
Response Fields
The type identifier for the response. Will be “BasicBusinessProfileCheckResult”.
Match information for the business name verification.
The matched business name text found in the source.
Identifier for the source where the name was found.
Analysis of the business name match.
business_description_match
Match information for the business description verification.
The matched business description text found in the source.
Identifier for the source where the description was found.
Analysis of the business description match.
Match information for the business industry verification.
The matched industry classification text found in the source.
Identifier for the source where the industry was found.
Analysis of the industry classification match.
Indicates whether the business profile information was successfully verified.
Detailed findings from the profile verification process.
Information found through web research.
Identifier for the source of the information.
Relevant text excerpt about the business.
URL where the information was found.
Analysis of the findings from this source.
Key Components
Profile Analysis
The check evaluates business information across multiple dimensions:
-
Business Identity:
- Legal name verification
- Name variations and aliases
- Brand consistency
-
Business Description:
- Products and services
- Value proposition
- Target market
- Business model
-
Industry Classification:
- Primary industry
- Sub-industries
- Business activities
Verification Process
The check performs the following verifications:
- Validates business name across multiple sources
- Cross-references business descriptions
- Verifies industry classifications
- Analyzes consistency between sources
- Evaluates data reliability and freshness
Data Sources
Information is gathered and verified through:
-
Official Sources:
- Company website
- Business registrations
- Professional networks
-
Third-Party Sources:
- Business directories
- News articles
- Industry databases
- Social media platforms