profileAPI
/
Solutions
/
Enrich Profile
ProfileAPI goes beyond user-generated data scraped from platforms like LinkedIn and Crunchbase. Our AI continuously analyzes public web data on companies and professionals—inferring rich, meaningful insights you can integrate directly into your product or workflow.
Go beyond basic information with AI-inferred insights. profileAPI provides actionable data, empowering you to personalize app experiences, improve decision-making, and drive meaningful engagement.
Scraping public data for LLMs is costly and often inaccurate. profileAPI delivers well-structured data about people and companies, enabling you to supplement it with your app’s data for precise, actionable intelligence—at a fraction of the cost by minimizing token usage.
User‑reported contact data is often messy, inconsistent, and hard to integrate. ProfileAPI maps, normalizes, and classifies raw inputs into a clean, unified schema—delivering structured, reliable profiles you can trust to power your app and guide users seamlessly through every step of their journey.
Enrich Company
POST https://api.profileapi.com/2024-03-01/companies/enrich Request { "linkedInUrls": [ "https://linkedin.com/company/acme" ], "fieldsToReturn": "premium" } Response { "data": { "results": [ { "id": "9e6a55b258ef11edb8780242ac120002", "name": "Acme Corporation", "logoUrl": "https://d1hbpr09pwz0sk.cloudfront.net/logo_url/607a654e", "headcount": 35, "stockSymbol": "ACME", "website": "https://acmecorp.com", "angellistUrl": "https://angel.co/acmecorp", "crunchbaseUrl": "https://www.crunchbase.com/organization/acmecorp", "facebookUrl": "https://facebook.com/acmecorp", "githubUrl": "https://github.com/acmecorp", "linkedInUrl": "https://linkedin.com/company/acmecorp", "xUrl": "https://twitter.com/acmecorp", "youtubeUrl": "https://youtube.com/user/acmecorp", "industry": "Technology", "niche": "Cloud Computing", "unitedStatesHeadquartersStateCodes": [ "CA" ], "unitedStatesHeadquartersCities": [ "San Francisco" ], "unitedStatesHeadquartersRegions": [ "East Coast" ], "headquartersCountryCodes": [ "US" ], "headquartersWorldRegions": [ "North America" ], "signals": [ { "type": "Benefit", "signal": "Employ Health Insurance" }, { "type": "Business Model", "signal": "Deploy Pay-As-You-Go" }, { "type": "Business Model Type", "signal": "Deploy B2M Solutions" }, { "type": "Pricing Strategy", "signal": "Deploy Demo Wall Strategy" }, { "type": "Product Category", "signal": "Offer Digital Products" }, { "type": "Target Department", "signal": "Sell to Accounting Department" }, { "type": "Website Pages", "signal": "Has Integration Page" } ] } ], "pagination": { "nextStart": [ { "id": "9e6a55b258ef11edb8780242ac121233", "score": 0.92 } ] } } }
Enrich Person
POST https://api.profileapi.com/2024-03-01/persons/enrich Request { "linkedInUrls": [ "https://linkedin.com/in/joedoe" ], "fieldsToReturn": "premium" } Response { "data": { "results": [ { "id": "e7c2a3f458ef11edb8780242ac120002", "name": "Joe Doe", "firstName": "Joe", "lastName": "Doe", "photoUrl": "https://d1hbpr09pwz0sk.cloudfront.net/logourl/06f524f", "birthYear": 1988, "angellistUrl": "https://angel.co/joedoe", "crunchbaseUrl": "https://www.crunchbase.com/person/joedoe", "facebookUrl": "https://facebook.com/joedoe", "githubUrl": "https://github.com/joedoe", "linkedInUrl": "https://linkedin.com/in/joedoe", "xUrl": "https://twitter.com/joedoe", "youtubeUrl": "https://youtube.com/user/joedoe", "unitedStatesStateCode": "CA", "unitedStatesCity": "Seattle", "unitedStatesZipCode": "98119", "unitedStatesRegion": "West Coast", "countryCode": "US", "worldRegion": "Americas", "experiences": [ { "id": "a1b2c3d4e5f611edb8780242ac120003", "name": "Acme Inc.", "title": "Senior Software Engineer", "department": "Engineering", "team": "Backend", "role": "Individual Contributor", "seniority": "Manager", "startedAt": "2018-06-15", "endedAt": "2022-11-30" } ], "educations": [ { "degree": "Bachelor of Science", "institutionDivision": "Engineering", "institutionDivisionDepartment": "Computer Science", "institutionLevel": "University", "institutionName": "University of Washington", "startYear": "2006", "endYear": "2010" } ] } ], "pagination": { "nextStart": [ { "id": "9e6a55b258ef11edb8780242ac121233", "score": 0.92 } ] } } }
For up to date detailed documentation, we recommend you check out our resource page
Go to resourceprofileAPI - 2024 All Rights Reserved