logo
ResourcesChangelog

Changelog

TexAu V3 API release history and updates.

2026-04-16v1.3.0 — LinkedIn Lead Search, Reference Data, and Ads
release

What's new

5 new LinkedIn endpoints bring the total to 57.

  • lead_search — Advanced LinkedIn lead search with 20+ filters, inclusion/exclusion criteria, Sales Navigator URL support, and server-side label-to-ID resolution. 0.5 credits per result.
  • search_reference_data — Returns all valid filter labels for lead search (seniority, industry, function, company size, experience, languages). Free, no credits charged.

LinkedIn Ads

  • ad_search — Search LinkedIn's Ad Library by keyword, company, country, and date range. Supports raw Ad Library URLs. 0.2 credits per result.
  • ad_details — Full ad details including creative variants, impression breakdown by country, and targeting segments. 2 credits per call.

LinkedIn Geo

  • geo_id_search — Resolve location names to LinkedIn Geo IDs for precise location filtering in profile and lead search. 0.01 credits per call.

Changed

  • email_finder credits updated to 5 on hit / 1 on soft fail / 0 on hard fail.
  • phone_finder credits updated to 10 on hit / 1 on soft fail / 0 on hard fail.
  • youtube_channel_videos credits updated to 2 per call.
  • website_intelligence credits updated to 5 per call.
  • Web scraping credits normalized: web_scrape, web_social_links, web_tech_stack, web_sitemap are now 1 credit per call; web_emails is 2 credits per call.
2026-04-14v1.2.0 — Waterfall, AI Enrich, and Custom Functions
release

What's new

20 new endpoints bring the total to 50.

Waterfall Enrichment (new group)

Synchronous, single-record endpoints that route each request through a sequenced chain of complementary data sources. One call, one result, pay for success.

  • email_finder — Find a professional email (2 credits on hit, 1 on soft fail, 0 on hard fail)
  • phone_finder — Find a mobile phone number (3 / 1 / 0 credits)
  • email_verifier — Verify deliverability (1 / 0.5 / 0 credits)
  • person_enricher — Enrich a person from an email (2 / 1 / 0 credits)
  • company_enricher — Enrich a company from a domain (2 / 1 / 0 credits)

Hard failures (every source unreachable) are not billed — check the billed field and retry safely.

AI Enrich

  • ai_enrich — Unified gateway for OpenAI, Anthropic, Gemini, and Perplexity with prompt templating, JSON structured output, and optional web search. 2 credits / call (5 for Perplexity).

Custom Functions (new group)

14 local utilities for data cleaning, normalization, and formatting: clean_domain, predict_gender, encode_uri, count_occurrences, find_sitemap_urls, normalize_list, identify_email_type, extract_urls_emails, normalize_phone, normalize_company, remove_whitespace, format_datetime, find_redirect, distribute_leads. Most cost 0.5 credits / call.

LinkedIn expansion

  • post_activities — Paginated comments and reactions on a single post (3 credits / call)

System

  • my-endpoints — List the endpoints enabled on your plan
  • catalog — Machine-readable tool catalog for MCP and SDK clients

Fixed

  • enrich_companies_bulk body shape is now consistently documented as {"urns": ["1035", "1441"]} (strings), matching enrich_profiles_bulk. The previous {"ids": [1035]} example was incorrect.

Removed

  • slack_channel_members is no longer part of the enterprise plan and has been removed from the catalog and MCP server. Existing integrations should migrate to domain-based enrichment via company_enricher + people_search.
2026-03-26v1.0.0 — General Availability
release

What's new

30 endpoints available at launch across 6 categories.

LinkedIn Enrichment

  • enrich_profile — Full LinkedIn person profile data
  • enrich_company — Full LinkedIn company page data
  • enrich_profiles_bulk — Up to 50 profiles per call (billed per result)
  • enrich_companies_bulk — Up to 50 companies per call (billed per result)
  • profile_activities — Profile posts, comments, and reactions feed
  • post_details — Full LinkedIn post with comments and reactions
  • people_search — 700M+ LinkedIn profiles with account and contact filters (billed per result)
  • post_keyword_search — LinkedIn post keyword search with date and content filters
  • profile_search — LinkedIn profile search by name, title, company, location, and more (0.1 credit per result)

Web Scraping

  • web_meta_tags — OG, Twitter Card, SEO meta tags, hreflang, favicon
  • web_json_ld — All JSON-LD structured data blocks
  • web_pixels — Tracking pixel and analytics tag detection (30+ tools)
  • web_scrape — Full-page HTML, Markdown, and links
  • web_social_links — Social media profile links grouped by platform
  • web_tech_stack — Technology stack detection (CMS, frameworks, CDN, analytics)
  • web_emails — Email extraction from multi-page crawl
  • web_sitemap — Sitemap URL discovery via XML, robots.txt, or crawl
  • website_intelligence — Comprehensive report combining all web scraping modules + DNS, SSL, headers, SEO score
  • search_bing — Bing web search results
  • search_google_trends — Google Trends interest over time, by region, related queries
  • directory_yellowpages — Yellow Pages business directory search

YouTube

  • youtube_search — Video keyword search
  • youtube_video — Full video metadata and optional captions
  • youtube_channel — Channel metadata and subscriber/view counts
  • youtube_channel_videos — Channel video listing

Email

  • email_finding — Find email addresses by name + company domain (webhook delivery)
  • email_finding_inquiry — Poll/retrieve email finding results (free)
  • email_verification — Verify email deliverability with catch-all detection (webhook delivery)
  • email_verification_inquiry — Poll/retrieve verification results (free)

System

  • health — API status check (no auth required)
  • usage — Real-time credit consumption tracking

Billing

  • Credit-based billing: 1 credit = $0.02
  • Only successful (2xx) responses are billed
  • Per-call and per-result billing models depending on endpoint