Waalaxy API
waalaxy.com
Waalaxy - LinkedIn outreach automation with prospect lists, campaigns, and conversations.
- Actions
- 10
- Category
- Social
- Login
- Some actions
- Output
- JSON
Call the Waalaxy API
Submit a task, then poll the job until it settles. This example runs waalaxy_add_prospects_to_campaign.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "waalaxy_add_prospects_to_campaign",
"credential_id": "<your-credential-id>",
"params": {
"campaign_id": "",
"prospect_list_id": ""
}
}'10 actions on waalaxy.com
Read
Campaign Stats
waalaxy_get_campaign_statsreadlogin required1 credit / callReturns campaign counts per status including running, paused, stopped, draft, and total.
Get Campaigns
waalaxy_get_campaignsreadlogin required1 credit / callReturns campaigns with optional state filter and pagination.
- state
- array
- start
- number
- count
- number
Get Conversations
waalaxy_get_conversationsreadlogin required1 credit / callReturns LinkedIn conversations tracked by Waalaxy with optional filters and pagination.
- only_count
- boolean
List Prospects
waalaxy_get_prospectsreadlogin required2 credits / callReturns every prospect in a list with auto-pagination.
- prospect_list_id
- string · required
- max_total
- number
Prospect Lists
waalaxy_get_prospect_listsreadlogin required1 credit / callReturns all prospect lists in the authenticated account, paginated and sortable.
- start
- number
- sort_type
- string
Write
Write actions change state on waalaxy.com and run as the account you connect.
Add Prospects to Campaign
waalaxy_add_prospects_to_campaignwritelogin required2 credits / callEnrolls prospects into a campaign by list or by a subset of prospect IDs.
- campaign_id
- string · required
- prospect_list_id
- string · required
- prospect_ids
- array
Add Prospects to List
waalaxy_add_prospects_to_listwritelogin required10 credits / callImports LinkedIn profiles into a prospect list and returns imported, duplicate, and error counts.
- prospect_list_id
- string · required
- profile_urls
- array · required
- can_create_duplicates
- boolean
- default_status
- string
- default_distance
- string
Create Campaign
waalaxy_create_campaignwritelogin required2 credits / callCreates a campaign defaulting to the standard LinkedIn connection-request template.
- name
- string · required
Create Prospect List
waalaxy_create_prospect_listwritelogin required2 credits / callCreates an empty prospect list and returns its new id.
- name
- string · required
Generate Auth
waalaxy_generate_authwritelogin required10 credits / callAuthenticates a LinkedIn user whose browser session is logged in as the supplied profile URL.
- profile_url
- string · required
Waalaxy API questions
- Is there an API for Waalaxy?
- Waalaxy does not offer a public data API for this, but Anakin Wire provides 10 maintained endpoints for waalaxy.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Waalaxy data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when waalaxy.com changes its markup, Anakin updates the action.
- Do I need a Waalaxy account?
- Some Waalaxy actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
- What does the Waalaxy API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Social APIs
Are.na
Are.na - channels, block search, channel details, and public profiles.
Bear Blog
Bear Blog - trending posts, articles, author blogs, and discover feed.
Reddit - post search, subreddit feeds, comments, subreddit info, and user profiles.
Strava
Strava - fitness social network for running, cycling, swimming, and hiking.
Threads
Threads - account search, profiles, posts, replies, and logged-out feed.
Twitch
Twitch - live stream search, channel info, schedules, followers, VODs, and chat.