API Document

API Docs

API Domain
https://open-api.flashintel.ai
 

1. Person Enrich

 
  • URL: api/v1/clay/enrich/person
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
personName
string
N
Person Name
companyName
string
N
Person Company name
linkedinUrl
string
N
Person LinkedIn URL
jobTitle
string
N
Person JobTitle
location
string
N
Person Country
email
string
N
Person Email
phone
string
N
Person Phone
 

Response

 

Success Response

 


{
    "code": 200,
    "data": {
        "businessEmail": "travis.bu***r@novartis.com",
        "directDial": "+1 9***66900",
        "linkedinPosts": [
            {
                "detailLink": "https://www.linkedin.com/posts/travis-bu***r-597a9a61_as-one-of-the-first-customers-to-the-richmond-activity-7224122739924594688-EQz5",
                "keyword": "Travis Bu***r",
                "postContent": "President at Butler Concrete & Aggregate Ltd. ... As one of the first customers to the Richmond cement plant our parent company Butler Brothers ...",
                "releaseDate": "2024-07-30T08:15:15.614485",
                "themeLink": "https://www.linkedin.com/posts/travis-bu***r-597a9a61",
                "title": "Travis bu***r on LinkedIn: As one of the first customers to the ..."
            },
            {
                "detailLink": "https://www.linkedin.com/posts/uniyost_hiring-activity-7219496311690027008-cJBf",
                "keyword": "Travis Bu***r",
                "postContent": "Travis Bu***r is #hiring. Know anyone who might be interested?",
                "releaseDate": "2024-07-17T00:00:00",
                "themeLink": "https://www.linkedin.com/posts/uniyost",
                "title": "Uni Yost on LinkedIn: #hiring"
            }
            ],
            "linkedinUrl": "https://www.linkedin.com/in/travis-bu***r-034191b",
        "mobile": "",
        "personEmail": "tbu***@gmail.com",
        "profile": {
            "avatar": "https://static.flashintel.ai/image/7/c/5/7c5715905d46c7634598a0afcda2b5e3.jpeg",
            "city": "Basel",
            "country": "Switzerland",
            "intro": "Corporate finance leader and strategic finance business partner with proven track record of success and exceeding expectations. Ability to lead high performing teams and communicate at all levels of the organization with strong attention to detail and ability to see the big picture.Experience in the Medical Devices, Consumer, and Pharmaceutical sectors.  Interested in opportunities that are technically challenging; opportunities that require innovative solutions; and opportunities to lead collaboratively through organizational transition and enhancement.Specialties: leadership, budgeting, forecasting, strategic business partnering, strategic planning,  communication skills, presentation skills, systems, management reporting, fixed assets, general ledger, P&L, home office, commercial, inventory management, Microsoft Excel, Microsoft PowerPoint, Microsoft Word, SAP, JDE",
            "personId": "02c8170c391fa94018b33e0585c73b33",
            "personName": "Travis Bu***r",
            "skills": [
                "financial reporting",
                "finance"
            ],
            "state": "Basel-stadt"
    },
    "msg": "Operation successful!"
}

 

2. Company Enrich

 
  • URL: api/v1/clay/enrich/company
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
N
Company name
linkedinUrl
string
N
Company LinkedIn URL
website
string
N
Company website
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{
    "code": 200,
    "data": {
        "address": "13101 Harold Green Rd, Austin, Texas, 78725, US",
        "businessKeywords": [
            "Electric Cars",
            "Renewable Energy"
        ],
        "cityLabel": "Austin, Texas, United States",
        "companyGraphDTO": {
            "financial": "",
            "hiringCate": "https://craft.co/embed/v1/companies/tesla/job_categories",
            "humanCapital": "https://craft.co/embed/v1/companies/tesla/human_capital",
            "marketCap": "",
            "marketPosition": "https://craft.co/embed/v1/companies/tesla/market_position",
            "medianSalary": "",
            "onlinePresence": "",
            "revenueBreakdown": "https://craft.co/embed/v1/companies/tesla/revenue_breakdown",
            "websiteTraffic": "https://craft.co/embed/v1/companies/tesla/website_traffic"
        },
        "companyId": "6388f37943778a0692c3d9887abaa66c",
        "companyName": "Tesla",
        "companyType": "Public Company",
        "countryLabel": "United States",
        "employeeCount": 65103,
        "eventsNeeded": [],
        "foundYear": "2003",
        "intro": "Our mission is to accelerate the world's ...",
        "keyPrincipal": "Elon Musk",
        "keywords": [
            "Innovation In Electric Cars And Clean Energy Products",
            "Top 500"
        ],
        "linkFacebook": "https://www.facebook.com/teslamotorscorp",
        "linkIns": "",
        "linkLinkedin": "https://www.linkedin.com/company/tesla-motors",
        "linkTwitter": "https://www.twitter.com/tesla",
        "linkYoutube": "",
        "logo": "https://static.flashintel.ai/image/2/7/9/2790f24e56a5c96dc66c50318a7452a5.jpeg",
        "naicsCode": "3361",
        "phone": [
            "+1 6506815000",
            "+1 8885183752"
        ],
        "productsNeeded": [
            "Lithium-ion Batteries",
            "Solar Panels"
        ],
        "productsOffered": [
            "Electric Vehicles",
            "Solar Panels"
        ],
        "revenue": "$62 Billion",
        "revenueVal": "62000000000",
        "servicesNeeded": [
            "Battery Manufacturing",
            "Software Development"
        ],
        "servicesOffered": [
            "Vehicle Servicing",
            "Energy Products Installation"
        ],
        "staffRange": "10001+",
        "stockCode": "NASDAQ:TSLA",
        "targetCustomers": [
            "Consumers",
            "Businesses"
        ],
        "targetSuppliers": [
            "Raw Materials",
            "Parts"
        ],
        "techStacks": [
            "ServiceNow",
            "Google Analytics"
        ],
        "domain": "tesla.com",
        "whatToDo": "Tesla is dedicated to solving ..."
    },
    "msg": "Operation successful!"
}
 
 

 

3. Company TopCompanies

 
  • URL: api/v1/clay/company/topCompanies
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
N
Company name
linkedinUrl
string
N
Company LinkedIn URL
website
string
N
Company website
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{
    "msg": "Operation successful!",
    "code": 200,
    "data": [
        {
            "companyId": "01b032f12c9995f86e046a24380f8bf7",
            "companyName": "Battery-Ok Technologies ",
            "country": "India",
            "detailUrl": "",
            "employeeNum": "201-500",
            "employeeSize": "201-500",
            "industry": "",
            "logo": "https://static.flashintel.ai/image/0/c/0/0c0e9f6f454a85fee1c2c03e0e2e8c8a.jpeg",
            "website": "https://www.batteryok.in"
        },
        {
            "companyId": "02252eafbf3885aa822872245948128d",
            "companyName": "OctaneX Technologies",
            "country": "United States",
            "detailUrl": "",
            "employeeNum": "2-10",
            "employeeSize": "2-10",
            "industry": "Oil and Gas",
            "logo": "https://static.flashintel.ai/image/3/2/a/32a941de185e415a1edc62261658306a.jpeg",
            "website": "https://www.octanextechnologies.com"
        }
        ]
  }

 

 

4. Company News

 
  • URL: api/v1/clay/company/news
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
N
Company name
linkedinUrl
string
N
Company LinkedIn URL
website
string
N
Company website
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{   
     "code": 200,
     "msg": "Operation successful!",
     "data":{
        "list": [
            {
                "link": "https://news.google.com/rss/articles/CBMivwFBVV95cUxQY0x5SHJ0ZzJWM2NLeEpfeE9CZEI3MkpyUGlpZXF6Znh5d05rZHdaY2h5TlBpQ0NJQnVVQXRVLWU2c0d5VEgybzdpU29mUWI4RV9QZTkxMThDNXFPQk4xMHF6dC1ySXdvTlZoTjg0elZXQjA3Q0l2VTc3YWRjQ1FXdGhIWkVyVV9xaEQ4UUtNdW52aDVUZmY4azlqZ2Z2R2Y2cG1mU3VISlY5eXlpVTk5RFN6UHVNWXpaV3RaeFNCNA?oc=5",
                "publishedTime": "2024-08-02 07:08:51",
                "source": "Reuters",
                "title": "Tesla sued by family of motorcyclist killed in Autopilot crash - Reuters"
            },
            {
                "link": "https://news.google.com/rss/articles/CBMinAFBVV95cUxOamxNM1ZqX0VPNTNBQXZOQmFYZ1d2VFFLQ28xQ3BUVEhxOGd2bTJXUE9wMG9uMzUxZWZhTnJ5aTFZZ1p2MXktWng1RVJjcGFLZkRZdlVvZjczSzRmT2syUXB5a2NZMHloR3NlNUx1R0t2dVJSR1draTVwWGRud1hoY2RZSEdrdmZzRkU4djJOWlJLemg0T3o4SGlORlrSAaIBQVVfeXFMT25sMDNIX3p5aGNKUHdZdkhtN3JXRExza09zMmZ5ZnR1enRERFRoUGFOR090V1NaWDhVRER6Sllydi1kWW9BTkZlTG5PckJ2dEhCNHNuSG8wZDJ2N3dWNHM2UE5qdEFUei1HUjZ4bDV0S2U1bWFRS2dwdWcwbmE1a3lfcDZGMU5vVzV5c0Fmay1ObG1QNEdmRDJfNW9CdDM0V3Zn?oc=5",
                "publishedTime": "2024-08-02 03:45:00",
                "source": "TESLARATI",
                "title": "Hertz reveals aggressive Tesla EV sales plan after lackluster quarter - TESLARATI"
            }            
          ]
            
      }
}

 

 

5. Company Recruitment

 
  • URL: api/v1/clay/company/recruitment
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
N
Company name
linkedinUrl
string
N
Company LinkedIn URL
website
string
N
Company website
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{    
     "code": 200,
     "msg": "Operation successful!",
     "data":[
                {
                "detailLink": "https://www.linkedin.com/jobs/view/service-technician-at-tesla-3987114894",
                "jobDesc": "What To ExpectAs a Tesla Service Technician, you become a vital part of our global team, working towards our mission of accelerating the world's transition to sustainable energy. At Tesla, you'll collaborate with some of the most brilliant technicians and engineers globally, engaging in cutting-edge automotive technology and working on the most advanced cars currently in production.Our technicians are the cornerstone of every service location, and we rely on their expertise to continually enhance processes, delivering the best service and products to our customers. We are committed to supporting your professional growth through a combination of training programs and on the job experience. We are seeking candidates who are committed to delivering top-quality work, offering exceptional customer service, and actively contributing to our mission.What You'll DoExecute both basic and advanced diagnostic and repair work on all Tesla products Collaborate with team members to maximize repair efficiency and ensure exceptional product delivery, including vehicle cleaning and detailing Operate a variety of high-quality hand, power, and shop tools Utilize a company supplied laptop for diagnostics and online training Accurately document repairs and inspect and maintain shop equipment, requesting replacements as necessary Provide direct feedback to Tesla's design and engineering teams to continuously enhance repair procedures and products Maintain a collaborative, inclusive, and respectful attitude in a dynamic environment What You'll BringProven ability to adapt to new technologies, innovate, follow instructions attentively, and effectively manage multiple priorities to meet deadlines Section 609 Refrigerant handling certification, preferred Evidence of a \"safety first\" attitude  Basic command of the English language Proficiency in fundamental computer skills, including web browsing and standard applications such as Excel and Word Valid driver's license required BenefitsCompensation and BenefitsAlong with competitive pay, as a full-time Tesla employee, you are eligible for the following benefits at day 1 of hire: Aetna PPO and HSA plans > 2 medical plan options with $0 payroll deduction Family-building, fertility, adoption and surrogacy benefits Dental (including orthodontic coverage) and vision plans, both have options with a $0 paycheck contribution Company Paid (Health Savings Account) HSA Contribution when enrolled in the High Deductible Aetna medical plan with HSA Healthcare and Dependent Care Flexible Spending Accounts (FSA) LGBTQ+ care concierge services 401(k) with employer match, Employee Stock Purchase Plans, and other financial benefits Company paid Basic Life, AD&D, short-term and long-term disability insurance Employee Assistance Program Sick and Vacation time (Flex time for salary positions), and Paid Holidays Back-up childcare and parenting support resources Voluntary benefits to include: critical illness, hospital indemnity, accident insurance, theft & legal services, and pet insurance Weight Loss and Tobacco Cessation Programs Tesla Babies program Commuter benefits Employee discounts and perks program",
                "location": " Springfield, New Jersey, United States",
                "recruitmentTitle": "Service Technician",
                "releaseTime": "2024-07-29"
            },
            {
                "detailLink": "https://www.linkedin.com/jobs/view/installer-residential-energy-operations-at-tesla-3987119226",
                "jobDesc": "What To ExpectThe Installer is an essential part of Tesla's Field Energy Operations team. Employees working in this role are leading the drive towards completing Tesla's mission to accelerate the world's transition to sustainable energy. As an Installer, you will work with the latest solar technology, building relationships with team members, and completing the installation of our products safely and on time. You will have a passion for learning basic energy system construction, terminology, and concepts.What You'll DoSupport the Crew Lead and Electrician on the successful install of Tesla's solar productsAttend weekly team meetings and mandatory training sessions on new products, best installation practices, and standard workmanship guidelinesFollow building standards and codes when installing panels and support structuresAssist with routine maintenance on energy systemsManage time and tasks effectively with a sense of urgencyProvide an exceptional experience to all customersWhat You'll BringVocational or technical school training preferredExperience in roof work, general construction, or carpentryAbility to safely handle power tools, hand tools, ladders, inverters, solar panels, panel boards, batteries, lumber, roofing materials, and moreAbility to work outside in extreme environments and at heights. Repetitive duties include lifting, bending, and standing for long periods of timeTravel is mandatory and will vary depending on business needs. Employees must be able to travel up to 2 weeks at a time, several times a year to various locations within the USValid driver's license requiredBenefitsCompensation and BenefitsAlong with competitive pay, as a full-time Tesla employee, you are eligible for the following benefits at day 1 of hire: Aetna PPO and HSA plans > 2 medical plan options with $0 payroll deduction Family-building, fertility, adoption and surrogacy benefits Dental (including orthodontic coverage) and vision plans, both have options with a $0 paycheck contribution Company Paid (Health Savings Account) HSA Contribution when enrolled in the High Deductible Aetna medical plan with HSA Healthcare and Dependent Care Flexible Spending Accounts (FSA) LGBTQ+ care concierge services 401(k) with employer match, Employee Stock Purchase Plans, and other financial benefits Company paid Basic Life, AD&D, short-term and long-term disability insurance Employee Assistance Program Sick and Vacation time (Flex time for salary positions), and Paid Holidays Back-up childcare and parenting support resources Voluntary benefits to include: critical illness, hospital indemnity, accident insurance, theft & legal services, and pet insurance Weight Loss and Tobacco Cessation Programs Tesla Babies program Commuter benefits Employee discounts and perks programExpected Compensation$20.00 - $49.00/hour + cash and stock awards + benefitsPay offered may vary depending on multiple individualized factors, including market location, job-related knowledge, skills, and experience. The total compensation package for this position may also include other elements dependent on the position offered. Details of participation in these benefit plans will be provided if an employee receives an offer of employment.",
                "location": " Hayward, California, United States",
                "recruitmentTitle": "Installer, Residential Energy Operations",
                "releaseTime": "2024-07-29"
            }
           ]
}

 

 

6. Company KeyExecutives

 
 
  • URL: api/v1/clay/company/keyExecutives
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
N
Company name
linkedinUrl
string
N
Company LinkedIn URL
website
string
N
Company website
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{    
     "code": 200,
     "msg": "Operation successful!",
     "data":[
                {
                  "name": "Mr. Timothy D. Cook",
                  "title": "CEO & Director"
                },                        
                {
                  "name": "Mr. Timothy D. Cook",
                  "title": "CEO & Director"
                }    
           ]
}

 

 

7. Company TargetMarket

 
  • URL: api/v1/clay/company/targetMarket
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
N
Company name
linkedinUrl
string
N
Company LinkedIn URL
website
string
N
Company website
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{
    "code": 200,
    "data": {
        "address": "3203 Jack Northrop Ave., Hawthorne, CA, 90250, US",
        "businessKeywords": [],
        "cityLabel": "Hawthorne, California, United States",
        "companyGraphDTO": null,
        "companyId": "b53128d496c15082e293aaf00075269a",
        "companyName": "Tesla",
        "companyType": "",
        "countryLabel": "United States",
        "employeeCount": 11,
        "eventsNeeded": [],
        "foundYear": "",
        "intro": "Tesla's mission is to accelerate the world's transition to sustainable energy.",
    },
    "msg": "Operation successful!"
}

 

 

8. Company ProductProsCons

 
  • URL: api/v1/clay/company/productProsCons
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
N
Company name
linkedinUrl
string
N
Company LinkedIn URL
website
string
N
Company website
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{
  "code": 200,
  "msg": "Success",
  "data": "Apple's products, including the iPhone, iPad, MacBook, and Apple Watch, are known for..."
  "log_id": "1722592173684265732"
}

 

 

9. Company Competitors

 
  • URL: api/v1/clay/company/competitors
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
N
Company name
linkedinUrl
string
N
Company LinkedIn URL
website
string
N
Company website
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{
    "code": 200,
    "msg": "Operation successful!"
    "data": ""
}

 

10. Linkedin Posts

 
  • URL: /api/v1/clay/linkedin/posts
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
keyword
string
Y
Key word
 

Response

 

Success Response

 


{   
     "code": 200,
     "msg": "Operation successful!",
     "data":[
        {
            "title": "Investor Relations - Apple",
            "link": "https://investor.apple.com/investor-relations/default.aspx",
            "snippet": "Apple's conference call to discuss third fiscal quarter results and business updates is scheduled for Thursday, August 1, 2024",
            "date": "6 days ago",
            "sitelinks": [
                {
                    "title": "Apple reports second quarter...",
                    "link": "https://www.apple.com/newsroom/2024/05/apple-reports-second-quarter-results/"
                },
                {
                    "title": "Apple Earnings Call",
                    "link": "https://www.apple.com/investor/earnings-call/"
                },
                {
                    "title": "Apple reports third quarter...",
                    "link": "https://www.apple.com/newsroom/2023/08/apple-reports-third-quarter-results/"
                }
            ],
            "position": 1
        },
        {
            "title": "Apple Inc - Company Profile and News - Bloomberg Markets",
            "link": "https://www.bloomberg.com/profile/company/AAPL:US",
            "snippet": "Apple Inc. Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables and accessories, and sells a variety of related ...",
            "date": "11 minutes ago",
            "position": 2
        }
    ]
}

 

11. Email Verify

 
 
  • URL: /api/v1/clay/email/verify
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
email
string
Y
 
 

Response

 

Success Response

 


{
    "code": 200,
    "msg": "Operation successful!",
    "data":{
            "emailAddress": "yize.li@myflashcloud.com",
            "verifyStatus": "deliverable"
    }
}

 

 

12. Department Contacts (Specific relate to Japan)

 
 
  • URL: /api/v1/clay/department/contacts
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

 
param
type
required
desc
companyName
string
Y
Company name
stockCode
string
N
Company stock code eg:AAPL
 

Response

 

Success Response

 


{    
     "code": 200,
     "msg": "Operation successful!",
     "data":{
         "departments": [
           {
             "departmentName": "",
             "positionName": "",
             "managerName": "",
             "contact": ""
           },
           {
             "departmentName": "",
             "managerName": "",
             "contact": ""
           }
         ],
         "boardmembers": [
           {
             "name": "",
             "contact": ""
           }
         ]
     }
}

 

13. Intent

 
  • URL: /api/v1/clay/intent
  • method: POST
  • Content-Type: application/json
  • Add Header "Authorization":"Bearer xxxx"
 

Request Params

param
type
required
desc
personName
string
N
Person Name
companyName
string
N
Person Company name
linkedinUrl
string
N
Person LinkedIn URL
jobTitle
string
N
Person JobTitle
location
string
N
Person Country
email
string
N
Person Email
phone
string
N
Person Phone
 

Response

 

Success Response

 


{   
     "code": 200,
     "msg": "Operation successful!",
     "data": " Bill Gates remains a crucial figure ..."
}