logo
Get StartedCredits & Pricing

Credits & Pricing

TexAu V3 API uses a credit-based billing system. You purchase credits and they are deducted as you make API calls.

Credit Value

1 credit = $0.02

Credits are only deducted on successful (2xx) responses. Errors are free.

Pricing Table

LinkedIn Enrichment

EndpointBilling ModelCreditsExample
enrich_profilePer call11 call = 1 credit
enrich_companyPer call11 call = 1 credit
enrich_profiles_bulkPer result120 profiles = 20 credits
enrich_companies_bulkPer result120 companies = 20 credits
profile_activitiesPer call21 call = 2 credits
post_detailsPer call11 call = 1 credit
post_activitiesPer call31 call = 3 credits
EndpointBilling ModelCreditsExample
people_searchPer result0.1100 results = 10 credits
post_keyword_searchPer call61 call = 6 credits
profile_searchPer result0.110 results = 1 credit
EndpointBilling ModelCreditsExample
ad_searchPer result0.210 results = 2 credits
ad_detailsPer call21 call = 2 credits
lead_searchPer result0.510 results = 5 credits
geo_id_searchPer call0.011 call = 0.01 credits
search_reference_dataFree0Always free

Web Scraping

EndpointBilling ModelCreditsExample
web_meta_tagsPer call11 call = 1 credit
web_json_ldPer call11 call = 1 credit
web_pixelsPer call11 call = 1 credit
web_scrapePer call11 call = 1 credit
web_social_linksPer call11 call = 1 credit
web_tech_stackPer call11 call = 1 credit
web_emailsPer call21 call = 2 credits
web_sitemapPer call11 call = 1 credit
website_intelligencePer call51 call = 5 credits
search_bingPer call11 call = 1 credit
search_google_trendsPer call11 call = 1 credit
directory_yellowpagesPer call11 call = 1 credit
slack_channel_membersPer call21 call = 2 credits

YouTube

EndpointBilling ModelCreditsExample
youtube_searchPer call11 call = 1 credit
youtube_videoPer call11 call = 1 credit
youtube_channelPer call11 call = 1 credit
youtube_channel_videosPer call21 call = 2 credits

Email

EndpointBilling ModelCreditsExample
email_findingPer result250 found = 100 credits
email_finding_inquiryFree0Always free
email_verificationPer result0.5100 verified = 50 credits
email_verification_inquiryFree0Always free

Waterfall Enrichment

EndpointBilling ModelCreditsExample
email_finderPer call5 hit · 1 soft · 0 hard1 successful call = 5 credits
phone_finderPer call10 hit · 1 soft · 0 hard1 successful call = 10 credits
email_verifierPer call11 call = 1 credit
person_enricherPer call21 call = 2 credits
company_enricherPer call21 call = 2 credits

AI Enrichment

EndpointBilling ModelCreditsExample
ai_enrichPer call2 (5 for Perplexity)1 GPT call = 2 credits

Custom Functions

EndpointBilling ModelCreditsExample
clean_domainPer call0.51 call = 0.5 credits
predict_genderPer call11 call = 1 credit
encode_uriPer call0.51 call = 0.5 credits
count_occurrencesPer call0.51 call = 0.5 credits
find_sitemap_urlsPer call11 call = 1 credit
normalize_listPer call0.51 call = 0.5 credits
identify_email_typePer call0.51 call = 0.5 credits
extract_urls_emailsPer call0.51 call = 0.5 credits
normalize_phonePer call0.51 call = 0.5 credits
normalize_companyPer call0.51 call = 0.5 credits
remove_whitespacePer call0.51 call = 0.5 credits
format_datetimePer call0.51 call = 0.5 credits
find_redirectPer call11 call = 1 credit
distribute_leadsPer call0.51 call = 0.5 credits

System

EndpointBilling ModelCreditsExample
usageFree0Always free
healthFree0Always free

Billing Rules

  • Only successful calls are billed. If the API returns a non-2xx status code (error), no credits are deducted.
  • Per-result billing charges based on the actual number of results returned. For people_search, if 100 results are requested but only 73 match, you pay for 73.
  • Email billing (email_finding, email_verification) charges based on the number of results delivered, not the number submitted.
  • Inquiry endpoints are always free. Poll results as many times as needed.

Checking Your Usage

# Current month
curl https://v3-api.texau.com/api/v1/usage \
  -H "x-api-key: YOUR_API_KEY"

# Specific month
curl "https://v3-api.texau.com/api/v1/usage?month=2026-03" \
  -H "x-api-key: YOUR_API_KEY"

Response:

{
  "month": "2026-03",
  "total_credits": 42.5,
  "total_cost": 0.85,
  "credit_value": 0.02,
  "apis": {
    "enrich_profile": {
      "calls": 25,
      "credits": 25
    },
    "people_search": {
      "calls": 5,
      "credits": 17.5
    }
  }
}

Rate Limits

Each endpoint has a per-customer monthly quota. Limits vary by endpoint category:

EndpointMonthly quota
enrich_profile100,000
enrich_company100,000
enrich_profiles_bulk100,000
enrich_companies_bulk100,000
profile_activities100,000
post_details100,000
people_search100,000
post_keyword_search100,000
post_activities100,000
profile_search100,000
search_reference_data100,000
email_finding100,000
email_finding_inquiry100,000
email_verification100,000
email_verification_inquiry100,000
web_meta_tags100,000
web_json_ld100,000
web_pixels100,000
web_scrape50,000
web_social_links50,000
web_tech_stack50,000
web_sitemap50,000
search_bing50,000
directory_yellowpages50,000
web_emails25,000
website_intelligence25,000
search_google_trends25,000
youtube_search25,000
youtube_video25,000
youtube_channel25,000
youtube_channel_videos25,000
slack_channel_members10,000
ad_search50,000
ad_details50,000
lead_search50,000
geo_id_search50,000
email_finder50,000
phone_finder50,000
email_verifier100,000
person_enricher50,000
company_enricher50,000
ai_enrich50,000
clean_domain50,000
predict_gender10,000
encode_uri50,000
count_occurrences50,000
find_sitemap_urls10,000
normalize_list50,000
identify_email_type50,000
extract_urls_emails50,000
normalize_phone50,000
normalize_company50,000
remove_whitespace50,000
format_datetime50,000
find_redirect10,000
distribute_leads50,000

Quotas reset at the start of each calendar month (UTC). When a quota is exceeded the API returns 429:

{
  "error": "Monthly quota exceeded",
  "api": "web_scrape",
  "limit": 50000,
  "current": 50000
}

Need a higher limit? Contact us.