
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
7 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.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = { "keywords": {9 "SaaS": [10 "saas",11 "startup",12 "founder",13 "bootstrap",14 ],15 "Marketing": [16 "seo",17 "growth",18 "marketing",19 "branding",20 ],21 "Investors": [22 "vc",23 "angel",24 "investor",25 "portfolio",26 ],27 "Developers": [28 "developer",29 "engineer",30 "fullstack",31 "frontend",32 "backend",33 ],34 } }35
36# Run the Actor and wait for it to finish37run = client.actor("lead.gen.labs/twitter-x-profile-bio-icp-classifier---bio-keywords-extractor").call(run_input=run_input)38
39# Fetch and print Actor results from the run's dataset (if there are any)40print("๐พ Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])41for item in client.dataset(run["defaultDatasetId"]).iterate_items():42 print(item)43
44# ๐ Want to learn more ๐? Go to โ https://docs.apify.com/api/client/python/docs/quick-start
Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor API in Python
The Apify API client for Python is the official library that allows you to use Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-client
Other API clients include:
Twitter(X) Profile Bio ICP Classifier - Bio Keywords Extractor API in JavaScript
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