
Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor
Pricing
$25.00/month + usage

Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor
Classify Twitter (X) profiles by using bio keyword extraction. This tool scrapes public Twitter bios and intelligently extracts relevant keywords to help you sort users into Ideal Customer Profile (ICP) categories โ like Founders, SaaS Marketers, Investors, Coaches, or Crypto Traders.
0.0 (0)
Pricing
$25.00/month + usage
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
10 hours ago
You can access the Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโll need an Apify account and your API token, found in Integrations settings in Apify Console.
1import { ApifyClient } from 'apify-client';2
3// Initialize the ApifyClient with your Apify API token4// Replace the '<YOUR_API_TOKEN>' with your token5const client = new ApifyClient({6 token: '<YOUR_API_TOKEN>',7});8
9// Prepare Actor input10const input = {11 "keywords": {12 "SaaS": [13 "saas",14 "startup",15 "founder",16 "bootstrap"17 ],18 "Marketing": [19 "seo",20 "growth",21 "marketing",22 "branding"23 ],24 "Investors": [25 "vc",26 "angel",27 "investor",28 "portfolio"29 ],30 "Developers": [31 "developer",32 "engineer",33 "fullstack",34 "frontend",35 "backend"36 ]37 }38};39
40// Run the Actor and wait for it to finish41const run = await client.actor("lead.gen.labs/twitter-x-profile-bio-icp-classifier---bio-keywords-extractor").call(input);42
43// Fetch and print Actor results from the run's dataset (if any)44console.log('Results from dataset');45console.log(`๐พ Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);46const { items } = await client.dataset(run.defaultDatasetId).listItems();47items.forEach((item) => {48 console.dir(item);49});50
51// ๐ Want to learn more ๐? Go to โ https://docs.apify.com/api/client/js/docs
Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor API in JavaScript
The Apify API client for JavaScript is the official library that allows you to use Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
$npm install apify-client
Other API clients include:
Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor API in Python
Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor API through CLI
Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor OpenAPI definition
Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor API