Public API para domínios expirados

Expired Domains API para especialistas SEO e agências

O mesmo inventário da app Karma.Domains — gTLD e ccTLD, com Ahrefs, Majestic, Moz, Semrush, SimilarWeb e Wayback em cada relatório. Filtros salvos, anotações, links de partilha com share_url e enrich SEO via REST. Chave Bearer no Pro, 60 pedidos por minuto, partilhado com MCP.

400k+ Novos domínios por dia
40+ Fontes de dados
90+ Filtros de pesquisa
60/min Limite partilhado
Perguntar à IA
  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity

Comece com a Public API

Um URL base, uma chave Bearer, respostas JSON. Chame POST /v1/reports/search — os nomes dos campos abaixo são sincronizados do esquema OpenAPI no build.

Requer o plano Pro ou superior. Crie ou reponha a chave em Perfil → Definições. Trate-a como uma palavra-passe — nunca a cole em chats públicos ou repositórios.

Base URL https://api.karma.domains
Auth Authorization: Bearer YOUR_API_KEY
Format JSON over HTTPS
Rate limit 60 pedidos/minuto por chave (partilhado com MCP)
Quota de listagens 50.000 linhas/dia (UTC), page_size 1–100, page × page_size ≤ 5000
Quota live-tools 200 chamadas/dia (UTC, sem cache); hits de cache gratuitos

Consola interativa try-it — Swagger UI.

Exemplos de pedido

curl, Python, PHP, JavaScript, Go, Apps Script, Perl — e LOLCODE. O predefinido é curl mais uma pesquisa de domínios expired com KarmaScore de pelo menos 60. As respostas estão truncadas — os payloads reais incluem cada campo do esquema.

curl -X POST "https://api.karma.domains/v1/reports/search?page=1&page_size=25" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"karmascore_min":60,"domain_type":["expired"]}'

Response

{
  "report_list": [
    {
      "report_id": "65a1c2f8e4b0a91d3c7e4b12",
      "report_type": "expired",
      "domain": "brewjournal.com",
      "domain_tld": "com",
      "karmascore": 72,
      "karmametric": 61,
      "majestic_tf": 18,
      "majestic_cf": 22,
      "moz_da": 28,
      "ahrefs_dr": 31.4,
      "sr_as": 24,
      "sw_last_traffic": 1200,
      "wa_age": 9,
      "wa_last_title": "Specialty coffee notes",
      "auctions": null,
      "...": "…"
    }
  ],
  "total_count": 1842
}

As respostas acima estão truncadas. Corpo completo de cada endpoint — Swagger UI.

Fontes de leilão, expired, backorder e buy-now

As mesmas plataformas da app. Filtre com auction_source — um nome (godaddy) ou source|sale_type (godaddy|bid). Os itens combinam-se com OR.

Aftermarket.pl
  • aftermarket_pl Todas
  • aftermarket_pl|auction Auctions
  • aftermarket_pl|buynow Buy Now
Alibaba Cloud
  • alibabacloud Todas
  • alibabacloud|buynow Buy Now
CZ.NIC
  • cznic Todas
  • cznic|auction Auctions
DomainLore
  • domainlore Todas
DropCatch
  • dropcatch Todas
  • dropcatch|prerelease Pre-Release
  • dropcatch|dropped Dropped
  • dropcatch|privateseller Private Seller
Dynadot
  • dynadot Todas
  • dynadot|auction Auctions
  • dynadot|closeout Closeout
  • dynadot|backorder Backorder
  • dynadot|buynow Buy Now
Efty
  • efty Todas
  • efty|buynow Buy Now
GNAME
  • gname Todas
  • gname|auction Auctions
  • gname|backorder Backorder
  • gname|buynow Buy Now
GoDaddy
  • godaddy Todas
  • godaddy|bid Auctions
  • godaddy|closeout Closeouts
HugeDomains
  • hugedomains Todas
  • hugedomains|buynow Buy Now
Namecheap
  • namecheap Todas
  • namecheap|buynow Buy Now
Namejet/Snapnames
  • namejet Todas
Nameshift
  • nameshift Todas
  • nameshift|auction Auctions
  • nameshift|buynow Buy Now
Namesilo
  • namesilo Todas
  • namesilo|buynow Buy Now
Nicsell
  • nicsell Todas
Park.io
  • park.io Todas
Porkbun
  • porkbun Todas
  • porkbun|buynow Buy Now
Rakkodomain
  • rakkodomain Todas
  • rakkodomain|buynow Buy Now
Sav.com
  • sav.com Todas
  • sav.com|dropped Dropped
  • sav.com|customer Customer
  • sav.com|expired Expired
Sedo Expiring Domains
  • sedo Todas
  • sedo|buynow Buy Now
SEO.domains
  • seo.domains Todas
  • seo.domains|buynow Buy Now
Subreg
  • subreg Todas
WebExpire
  • webexpire Todas
WHC.ca
  • whc Todas
  • whc|auction Auctions
  • whc|backorder Backorder

Filtros de pesquisa

Campos do body para POST /v1/reports/search — o mesmo conjunto da tabela da app. Abra um grupo para os nomes OpenAPI. Os pares min/max aparecem numa linha.

Núcleo 21 campos
  • tlds List of TLD's separated by comma or space
  • domain Domain Name. Use comma (,) for AND logic (all domains must match) or pipe (|) for OR logic (any domain matches). Case-insensitive substring search.
  • categories List of categories. Each category will be searched with OR logic (any category matches). Use exact flat category names. Case-insensitive substring search.
  • categories_exclude Categories to exclude. OR logic — domain is excluded if it has ANY listed category. Use exact flat category names. Case-insensitive substring search.
  • domain_type Filter by domain base type: auctions, backorder, buynow, or expired. OR logic (any selected type matches).
  • languages List of languages. Use comma (,) for AND logic (all languages must match) or pipe (|) for OR logic (any language matches). Case-insensitive substring search.
  • keywords Keywords to search in web archive content (title, description, h1-h6, etc.). Use comma (,) for AND logic (all keywords must be found) or pipe (|) for OR logic (any keyword found).
  • openpagerank_min openpagerank_max Openpagerank (OPR) (0-10)
  • domain_numbers Domain Name has Numbers (True/False)
  • domain_hyphens Domain Name has Hyphens (True/False)
  • domain_length_min domain_length_max Domain Name Length (1-30)
  • karmascore_min karmascore_max KarmaScore (0-100)
  • brandscore_min brandscore_max Brandscore (0-100). Brandscore is the domain brandiness indicator: higher value = more brand-like, brandable (brand-worthy, suitable for a brand).
  • karmametric_min karmametric_max Karma Metric (0-100)
  • report_added_time Report added date range. Array of 2 strings: [start_date, end_date]. Format: 'YYYY-MM-DD' (e.g., ['2020-01-01', '2023-12-31']). Time is automatically set to 00:00:00 for start and 23:59:59 for end. Filters by added_at field.
  • website_ids List of website service IDs (e.g., Google Analytics ID, Yandex Metrika ID). OR logic - finds domains with ANY of the specified IDs. Used to find domains owned by the same owner.
Combined SEO 12 campos
  • combine_seo Combined SEO filter. OR logic inside each group by selected vendors; groups are combined with AND.
  • combine_authority_min combine_authority_max Domain Authority minimum (DR/DA/TF/OPR/AS). Supported vendors: ahrefs, moz, majestic, openpagerank, semrush.
  • combine_backlinks_min combine_backlinks_max Backlinks minimum. Supported vendors: moz, majestic, semrush.
  • combine_refdomains_min combine_refdomains_max Referring domains minimum. Supported vendors: moz, majestic, semrush.
  • combine_traffic_min combine_traffic_max Traffic (visits) minimum. Supported vendors: similarweb, semrush.
  • combine_keywords Keyword phrase filter. Supported vendor: keywordseverywhere.
  • combine_backlink_url Backlink URL phrase filter. Supported vendor: moz.
  • combine_anchors Backlink anchor phrase filter. Supported vendor: moz.
Conta 3 campos
  • favorites Filter by favorites. True = show only favorite reports, False = exclude favorites. Requires user_id to be provided.
  • has_annotations Filter by report annotations. True = only reports with a note or tags, False = exclude annotated reports. Pro only.
  • report_tags Filter by annotation tags (AND logic — report must contain all selected tags). Pro only.
Majestic 10 campos
  • majestic_tf_min majestic_tf_max Majestic Trust Flow (TF) (0-100)
  • majestic_cf_min majestic_cf_max Majestic Citation Flow (CF) (0-100)
  • majestic_bl_min majestic_bl_max Majestic Backlinks (BL)
  • majestic_rd_min majestic_rd_max Majestic Referring Domains (RD)
  • majestic_topics Majestic topics. Can be a list of topic strings (each topic will be searched as OR) or a single integer. Supports phrase matching.
  • majestic_lang Majestic anchor language. Use comma (,) for AND logic (all languages must match) or pipe (|) for OR logic (any language matches). Case-insensitive.
Moz 10 campos
  • moz_da_min moz_da_max Moz Domain Authority (DA)
  • moz_ss_min moz_ss_max Moz Spam Score (SS) (0-100)
  • moz_bl_min moz_bl_max Moz Backlinks (External Pages)
  • moz_rd_min moz_rd_max Moz Referring Domains (RD)
  • moz_bl_url Moz backlink URL source(s). Use comma (,) for AND logic (all URLs must be found) or pipe (|) for OR logic (any URL found). Case-insensitive phrase matching.
  • moz_bl_anchor Moz backlink anchor text(s). Use comma (,) for AND logic (all anchors must be found) or pipe (|) for OR logic (any anchor found). Case-insensitive phrase matching.
Ahrefs 6 campos
  • ahrefs_dr_min ahrefs_dr_max Ahrefs Domain Rating (DR) (0-100)
  • ahrefs_ur_min ahrefs_ur_max Ahrefs URL Rating (UR) (0-100)
  • ahrefs_ar_min ahrefs_ar_max Ahrefs Rank (AR) (lower rank = stronger domain)
Semrush 32 campos
  • sr_as_min sr_as_max Semrush Authority Score (AS) (0-100)
  • sr_bl_min sr_bl_max Semrush Backlinks
  • sr_rd_min sr_rd_max Semrush Referring Domains
  • sr_ip_min sr_ip_max Semrush Referring IPs
  • sr_edu_min sr_edu_max Semrush EDU Backlinks
  • sr_gov_min sr_gov_max Semrush GOV Backlinks
  • sr_visits_min sr_visits_max Semrush Visits
  • sr_users_min sr_users_max Semrush Unique Visitors
  • sr_desktop_share_min sr_desktop_share_max Semrush Desktop Share (0-100%)
  • sr_mobile_share_min sr_mobile_share_max Semrush Mobile Share (0-100%)
  • sr_direct_min sr_direct_max Semrush Traffic Direct
  • sr_search_organic_min sr_search_organic_max Semrush Traffic Search Organic
  • sr_search_paid_min sr_search_paid_max Semrush Traffic Search Paid
  • sr_referral_min sr_referral_max Semrush Traffic Referral
  • sr_social_min sr_social_max Semrush Traffic Social
  • sr_mail_min sr_mail_max Semrush Traffic Mail
SimilarWeb 18 campos
  • sw_visits_min sw_visits_max Similarweb Visits
  • sw_ts_social_min sw_ts_social_max Similarweb Traffic Sources Social Ratio (0-100)
  • sw_ts_paid_referrals_min sw_ts_paid_referrals_max Similarweb Traffic Sources Paid Referrals Ratio (0-100)
  • sw_ts_mail_min sw_ts_mail_max Similarweb Traffic Sources Mail Ratio (0-100)
  • sw_ts_referrals_min sw_ts_referrals_max Similarweb Traffic Sources Referrals Ratio (0-100)
  • sw_ts_search_min sw_ts_search_max Similarweb Traffic Sources Search Ratio (0-100)
  • sw_ts_direct_min sw_ts_direct_max Similarweb Traffic Sources Direct Ratio (0-100)
  • sw_country_filters List of country filters with optional minimum traffic share. Each filter: {'country': 'US', 'share_min': 50} or {'country': 'GB'}. OR logic - matches any country.
  • sw_country_share_min sw_country_share_max Similarweb Country Share Ratio (0-100)
  • sw_last_traffic_date Similarweb last traffic date range. Array of 2 strings: [start_date, end_date]. Format: 'YYYY-MM' (e.g., ['2023-01', '2023-12']). Filters by Year and Month fields.
Keywords Everywhere 5 campos
  • ke_etv_min ke_etv_max KeywordsEverywhere Estimated Traffic Value (ETV)
  • ke_total_min ke_total_max KeywordsEverywhere Total Keywords
  • ke_keyword KeywordsEverywhere keyword(s). Use comma (,) for AND logic (all keywords must be found) or pipe (|) for OR logic (any keyword found). Case-insensitive phrase matching.
Wayback 17 campos
  • wa_age_min wa_age_max Domain age in years (Min) by Wayback Machine
  • wa_first_snap Wayback Machine first snap date range. Array of 2 strings: [start_date, end_date]. Format: 'YYYY-MM-DD' (e.g., ['2020-01-01', '2023-12-31']). Time is automatically set to 00:00:00 for start and 23:59:59 for end.
  • wa_last_snap Wayback Machine last snap date range. Array of 2 strings: [start_date, end_date]. Format: 'YYYY-MM-DD' (e.g., ['2020-01-01', '2023-12-31']). Time is automatically set to 00:00:00 for start and 23:59:59 for end.
  • wa_hieroglyphs Content has Hieroglyphs (Asian Content) in Wayback Machine (True/False)
  • wa_redirects Content has redirects in Wayback Machine. True = has redirects (HTTP codes 301, 302, 307, 308), False = no redirects.
  • wa_error403 Content has HTTP error code 403 (Forbidden) in Wayback Machine. True = has 403 errors, False = no 403 errors.
  • wa_changes_min wa_changes_max Minimum number of content changes in Wayback Machine history
  • wa_parkings_min wa_parkings_max Minimum number of parking pages in Wayback Machine history
  • wa_redirects_min wa_redirects_max Minimum number of redirects in Wayback Machine history
  • wa_lang_filters List of language filters with optional minimum percentage. Each filter: {'language': 'en', 'ratio_min': 30} or {'language': 'ru'}. OR logic - matches any language.
  • wa_server_code HTTP server response code in Wayback Machine (e.g., 200, 301, 302, 403, 404). Used together with wa_server_code_ratio_min/max. Filters by server_code field.
  • wa_server_code_ratio_min wa_server_code_ratio_max Server Code Ratio in Wayback Machine (0-100)
Google 6 campos
  • google_title_index Search in the Google snippet title when requesting site:domain.tld (domain's pages in Google index). Use comma (,) for AND or pipe (|) for OR. Case-insensitive.
  • google_title_mentions Search in the Google snippet title when requesting "domain.tld" (mentions). Use comma (,) for AND or pipe (|) for OR. Case-insensitive.
  • google_description_index Search in the Google snippet description when requesting site:domain.tld (domain's pages in Google index). Use comma (,) for AND or pipe (|) for OR. Case-insensitive.
  • google_description_mentions Search in the Google snippet description when requesting "domain.tld" (mentions). Use comma (,) for AND or pipe (|) for OR. Case-insensitive.
  • google_has_index At least one Google result for site:domain.tld (domain's pages in Google index). True/False. None = any.
  • google_has_mentions At least one Google result for "domain.tld" (sites that mention the domain). True/False. None = any.
Leilões 7 campos
  • auction_source Auction source(s). Each item can be a source name or 'source|sale_type' format (e.g., ['godaddy', 'namejet|buynow']). Case-insensitive matching. Items are combined with OR logic.
  • auction_end_time Auction end time date range. Array of 2 strings: [start_date, end_date]. Format: 'YYYY-MM-DD' (e.g., ['2024-01-01', '2024-12-31']). For 'auctions' report type, only shows active auctions (end_time >= now).
  • auction_added_time Auction added time date range. Array of 2 strings: [start_date, end_date]. Format: 'YYYY-MM-DD' (e.g., ['2024-01-01', '2024-12-31']). For 'auctions' report type, only shows domains with active auctions.
  • auction_price_min auction_price_max Auction Price (USD/EUR)
  • auction_bids_min auction_bids_max Auction Bids (Number of bids)

Tipos, enums e exemplos — Swagger UI.

Endpoints

Caminhos completos. Abra uma rota para os campos de resposta do esquema.

Reports

POST /v1/reports/search Search reports across all bases (auctions, expired, backorder, buynow).

Campos de resposta

  • report_list
  • total_count

Cada item em report_list

  • providers_status
  • report_id
  • report_type
  • domain
  • domain_tld
  • added_at
  • processed
  • updated_at
  • checked_at
  • expire_checked_at
  • demo
  • favorite
  • annotation
  • karmascore
  • karmametric
  • brandscore
  • majestic_tf
  • majestic_cf
  • majestic_bl
  • majestic_rd
  • majestic_topics
  • majestic_lang
  • moz_da
  • moz_da_history
  • moz_ss
  • moz_rd
  • moz_bl
  • ahrefs_dr
  • ahrefs_ur
  • sr_as
  • sr_bl
  • sr_rd
  • sr_traffic
  • sr_sources
  • sr_zones
  • ke_etv
  • ke_total
  • google_index
  • openpagerank
  • blacklists
  • categories
  • sw_last_traffic
  • sw_visits_history
  • sw_last_traffic_date
  • sw_country_share
  • sw_sources
  • wa_langs
  • wa_server_code
  • wa_age
  • wa_last_snap
  • wa_changes
  • wa_calender
  • wa_last_title
  • wa_last_desc
  • wa_screenshot_snaped_at
  • ai_summary
  • auctions
  • is_expired
GET /v1/reports/by-domain Find report identifiers by exact domain name in all bases collections.

Campos de resposta

  • domain
  • matches

Cada item em matches

  • report_id
  • report_type
  • domain
  • added_at
GET /v1/reports/check/expired Check whether the report domain is available (drop).

Campos de resposta

  • timestamp
  • is_expired
GET /v1/reports/report Get full report by collection type and MongoDB document id.

Campos de resposta

  • report_id
  • enrich_seo
  • providers_status
  • report_type
  • favorite
  • annotation
  • demo
  • guest_view
  • is_expired
  • processed
  • added_at
  • updated_at
  • created_at
  • checked_at
  • expire_checked_at
  • web_archive
  • metrics
  • domain
  • domain_tld
  • domain_length
  • domain_numbers
  • domain_hyphens
  • auctions
  • task

Objeto aninhado metrics

  • categories
  • openpagerank
  • majestic
  • moz
  • moz_anchor_profile
  • ahrefs
  • semrush
  • keywordseverywhere
  • similarweb
  • brandscore
  • karma_metric
  • ai_summary
  • google
  • blacklists
  • checked_services

Conta

GET /v1/reports/favorites List the current user's favorite reports across all bases.

Campos de resposta

  • report_list
  • total_count

Cada item em report_list

  • providers_status
  • report_id
  • report_type
  • domain
  • domain_tld
  • added_at
  • processed
  • updated_at
  • checked_at
  • expire_checked_at
  • demo
  • favorite
  • annotation
  • karmascore
  • karmametric
  • brandscore
  • majestic_tf
  • majestic_cf
  • majestic_bl
  • majestic_rd
  • majestic_topics
  • majestic_lang
  • moz_da
  • moz_da_history
  • moz_ss
  • moz_rd
  • moz_bl
  • ahrefs_dr
  • ahrefs_ur
  • sr_as
  • sr_bl
  • sr_rd
  • sr_traffic
  • sr_sources
  • sr_zones
  • ke_etv
  • ke_total
  • google_index
  • openpagerank
  • blacklists
  • categories
  • sw_last_traffic
  • sw_visits_history
  • sw_last_traffic_date
  • sw_country_share
  • sw_sources
  • wa_langs
  • wa_server_code
  • wa_age
  • wa_last_snap
  • wa_changes
  • wa_calender
  • wa_last_title
  • wa_last_desc
  • wa_screenshot_snaped_at
  • ai_summary
  • auctions
  • is_expired
POST /v1/reports/favorites Add a report to the current user's favorites.

Campos de resposta

  • status
  • message
DELETE /v1/reports/favorites Remove a report from the current user's favorites.

Campos de resposta

  • status
  • message
GET /v1/user Return the authenticated user's profile (email, joined date, credits, plans).

Campos de resposta

  • id
  • email
  • joined
  • balance
  • pro_task_credits
  • unlimited_plan
  • pro_plan
  • unlimited_subscription_info
  • pro_subscription_info
  • lang
  • country
  • timezone
  • home
  • theme
  • referral_counter
  • news

Fluxo de relatório

Escrita de anotações, share e enrich exigem Pro. Agentes x402 pagam 1 crédito por escrita.

GET /v1/user/saved-filters Create or replace a saved search filter by name.

Campos de resposta

  • status
  • message
PUT /v1/user/saved-filters Create or replace a saved search filter by name.

Campos de resposta

  • status
  • message
DELETE /v1/user/saved-filters Delete a saved search filter by name.

Campos de resposta

  • status
  • message
GET /v1/reports/annotations/tags Distinct annotation tags for the current user (sorted).

Campos de resposta

  • tags
GET /v1/reports/annotations Delete report annotation.

Campos de resposta

  • status
  • message
PUT /v1/reports/annotations Delete report annotation.

Campos de resposta

  • status
  • message
DELETE /v1/reports/annotations Delete report annotation.

Campos de resposta

  • status
  • message
POST /v1/reports/share Create or reuse a guest share link for a bases report.

Campos de resposta

  • token
  • expires_at
  • share_url
POST /v1/reports/{report_type}/{report_id}/enrich-seo Start paid SEO enrich job (Pro/Unlimited).

Campos de resposta

  • job_id
GET /v1/reports/enrich-jobs/{job_id} Poll an SEO enrich job by ID.

Campos de resposta

  • status
  • progress
  • result
  • error

Live checkers

1 crédito por domínio, salvo se a resposta estiver em cache

GET /v1/domains/checker/expiry Check if a domain name appears free for registration (live WHOIS/DNS).

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • available
GET /v1/domains/checker/karma_metric Compute Karma Metric from Web Archive history for a domain (live check).

1 credit per domain; cache hits free

Campos de resposta

  • karma_metric
  • components
  • period

Objeto aninhado components

  • A_mass
  • A_cont
  • A_stab
  • A_trend
  • A_hist
GET /v1/domains/checker/domain_authority Live Domain Authority metrics (Ahrefs, Moz, Semrush, Karma Metric).

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • metrics

Objeto aninhado metrics

  • dr
  • ur
  • da
  • ss
  • bl
  • rd
  • sr_as
  • sr_rd
  • sr_bl
  • opr
  • kdm
  • A_mass
  • A_hist
  • A_cont
  • A_stab
  • A_trend
GET /v1/domains/checker/domain_age Live Wayback archive age: first/last snapshot timestamps and sparkline.

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • first_ts
  • last_ts
  • snap_counter
  • sparkline
GET /v1/domains/checker/registration_expiry Live WHOIS/RDAP registration expiry (created/expires, days left, status).

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • domain_status
  • expires_ts
  • created_ts
  • updated_ts
  • days_left
GET /v1/domains/checker/backlinks Live Moz backlink summary and sample backlinks.

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • summary
  • backlinks
GET /v1/domains/checker/anchors Live Moz anchor-text aggregation and word frequencies.

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • summary
  • sample_size
  • anchors
  • words
GET /v1/domains/checker/pages Count unique page URLs from the site sitemap for a domain.

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • root_sitemap_url
  • total_pages
  • truncated
  • sitemaps
  • urls
GET /v1/domains/checker/traffic Live SimilarWeb and Semrush traffic estimates for a domain.

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • similarweb
  • semrush
GET /v1/domains/checker/dns Live DNS lookup across public resolvers (A, AAAA, MX, NS, TXT, …).

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • default_resolver
  • dns
GET /v1/domains/checker/whois Live structured WHOIS/RDAP (registrar, contacts, nameservers, dates).

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • domain_status
  • created_ts
  • updated_ts
  • expires_ts
  • status
  • name_servers
  • dnssec
  • registrar
  • contacts
  • privacy_masked
  • raw
GET /v1/domains/checker/spam_score Live Moz Spam Score plus DA, backlinks, and referring domains.

1 credit per domain; cache hits free

Campos de resposta

  • domain
  • da
  • ss
  • bl
  • rd

Consola interativa try-it — Swagger UI.

Casos de uso

O mesmo inventário do site — uma ronda de manhã, uma ferramenta de workflow ou um assistente.

Domainers

Monitorize leilões da GoDaddy, DropCatch, NameJet, Dynadot e o resto a partir de um único feed JSON. Sem verificar cada plataforma todas as manhãs.

Equipas SEO

Filtre por DA, TF/CF, DR, backlinks e idade Wayback para encontrar nomes para um 301 ou um rebuild. As mesmas métricas da página de relatório, numa lista paginável.

Programadores

Bots Slack, n8n, tabelas CRM, Sheets, dashboards internos. REST padrão, CORS aberto, funciona com curl, Python, PHP, JavaScript, Go, Apps Script e Perl.

Assistentes de IA

A mesma chave Bearer que o MCP. Pergunte no chat, ou chame POST /v1/reports/search a partir de um tool call. Um inventário para scripts e assistentes.

Live checks

Expiry, WHOIS, DA, tráfego e DNS em qualquer nome — não só nos que já estão na base. 1 crédito por domínio; os acertos de cache são grátis.

Agências

Corra os mesmos filtros para várias nichos de cliente, percorra o JSON e deixe os id de relatório numa folha ou CRM. Uma chave — mais ninguém precisa de viver na app.

CRM e scripts

Guarde filtros de pesquisa por nome, etiquete relatórios e sincronize anotações com a sua stack. Lista de tags grátis; operações de escrita custam 1 crédito agente em contas x402.

Entrega ao cliente

POST de link de partilha com share_url para vista de convidado, ou enrich SEO antes de enviar shortlists — faça polling de jobs até métricas frescas.

Perguntas frequentes

São os mesmos dados que o site Karma.Domains?

Sim. As mesmas bases e relatórios — leilões, expired, backorder e buy-now. Os scripts recebem JSON; a UI do browser é o mesmo inventário com timelines Wayback completas na página do relatório.

Preciso do plano Pro?

Sim. Sem Pro a chave não é emitida. Veja preços.

É a mesma chave que o MCP?

Sim. Uma chave de Perfil → Definições para REST e o servidor MCP. O teto de 60 pedidos/minuto é partilhado.

Quais são os rate limits?

60 pedidos por minuto por chave em todas as rotas Public API e MCP. As respostas com sucesso incluem X-RateLimit-Limit, X-RateLimit-Remaining e X-RateLimit-Reset. Acima do teto, HTTP 429 e Retry-After. Os endpoints de lista partilham também uma quota de 50.000 linhas/dia (reset UTC).

Quando são gastos créditos?

Leituras de listas e relatórios contam para o limite de pedidos e a quota diária de linhas, não créditos extra. Os live checkers de domínio custam 1 crédito por domínio (acertos de cache são grátis). A re-verificação de um listing expired é grátis, no máximo uma vez a cada 3 horas no mesmo relatório. PUT/DELETE saved-filters, PUT/DELETE annotations e POST share custam 1 crédito agente por escrita em contas x402.

Anotações e links de partilha exigem Pro?

Sim. Escrever anotações e POST /v1/reports/share exigem um plano Pro. Listar tags com GET /v1/reports/annotations/tags e ler anotações estão incluídos na quota do seu plano.

Como funciona o enrich SEO via REST?

POST /v1/reports/{report_type}/{report_id}/enrich-seo devolve 202 com um id de job. Faça polling a GET /v1/reports/enrich-jobs/{job_id} até concluir. Requer Pro ou Unlimited. Enrich bem-sucedido custa 3 créditos (Pro) ou 22 (Unlimited) — igual ao site.

Onde está o esquema completo do pedido?

Os nomes dos filtros e os campos de resposta nesta página são gerados a partir dos esquemas do backend no build. Tipos, enums e uma consola try-it estão em Swagger UI.

Posso ligar isto ao n8n, Zapier, Claude, Cursor ou ao meu próprio dashboard?

Sim. As respostas são JSON por HTTPS — use-as no n8n, Zapier, Sheets, um CRM, Slack ou qualquer dashboard que chame REST. Para Claude, Cursor, ChatGPT e outros assistentes com MCP, use o servidor MCP em vez de montar HTTP à mão. A mesma chave, o mesmo inventário.

REST ou MCP — qual devo usar?

REST é para scripts, n8n, CRM e tudo o que queira HTTP explícito. MCP é para ChatGPT, Claude, Cursor e outros assistentes que chamam tools no chat. A mesma chave, os mesmos dados, rate limit partilhado. Veja o landing MCP.

Agentes de IA podem pagar com x402?

Sim. Cada endpoint da Public API aceita pedidos pagos x402 — créditos de agente em USDC, sem conta de browser. Manifesto: /.well-known/x402.

O mesmo inventário da app — por HTTPS

Obtenha uma chave Pro e comece a chamar a Public API

Uma chave Bearer para REST e MCP. 60 pedidos por minuto. Os nomes dos campos nesta página coincidem com o OpenAPI.

Pro Plano necessário
60/min Limite partilhado
50k Linhas/dia (listas)
Obter a sua API key

Prefere chat em vez de REST? Veja o servidor MCP