{"id":1891,"date":"2026-09-03T21:16:12","date_gmt":"2026-09-03T21:16:12","guid":{"rendered":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/"},"modified":"2026-09-03T21:16:12","modified_gmt":"2026-09-03T21:16:12","slug":"rest-api-b2b-data-enrichment","status":"publish","type":"post","link":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/","title":{"rendered":"B2B Data Enrichment REST API: How It Works Sep 2026"},"content":{"rendered":"<p class=\"editor-paragraph\">Most teams treat data enrichment as a project they run once or twice a year. The problem is that B2B records decay continuously, and by the time your next cleanup runs, a big chunk of what you enriched last time is already wrong again. Setting up a proper enrichment pipeline with a REST API and webhooks is what closes that gap, and it is not as complicated as it sounds once you see how the pieces connect.<\/p><p class=\"editor-paragraph\"><strong>TLDR:<\/strong><\/p><ul class=\"list-disc pl-6\"><li class=\"list-item\">B2B data accuracy erodes between 22.5% and 70% per year, making continuous enrichment infrastructure, not a one-time cleanup.<\/li><li class=\"list-item\">A company enrichment REST API works by sending a domain to <code class=\"inline-code\" spellcheck=\"false\">GET \/companies\/{domain}<\/code> and receiving structured JSON back in one synchronous call.<\/li><li class=\"list-item\">Enrichment covers four data types: firmographic, technographic, signal and event, and connection data. Map your use case before buying.<\/li><li class=\"list-item\">Real-time API calls, batch jobs, and webhooks each fit different workflows. Most mature pipelines run all three together.<\/li><li class=\"list-item\">PredictLeads delivers company enrichment data via API, flat files, and webhooks, covering firmographic, technographic, and event-based fields.<\/li><\/ul><h2>What Is B2B Data Enrichment?<\/h2><p class=\"editor-paragraph\">B2B data enrichment is the process of appending missing or outdated fields to your existing company and contact records by querying a structured external dataset. When a lead lands in your CRM with only a domain and a name, enrichment pulls in the firmographic, technographic, and signal-level attributes your team needs to score, route, and personalize outreach without manual research. The external dataset does the work of crawling public sources, structuring the output, and making it queryable, so your system can append headcount, revenue range, technology stack, or recent funding rounds in a single API call. What separates enrichment from a one-time list purchase is delivery architecture: enrichment runs as a continuous layer, triggered on new record creation or on a schedule, so your data stays current instead of aging between cleanup cycles. The four main data types involved are firmographic, technographic, event-based signals, and connection data, and most enrichment pipelines draw on more than one of them depending on the use case.<\/p><h2>Why CRM Data Decays and Why Enrichment Is Not Optional<\/h2><p class=\"editor-paragraph\">Records go stale the moment they&#8217;re written down. People change jobs, companies rebrand, and phone numbers get reassigned &#8211; none of it waiting for your next data refresh cycle.<\/p><p class=\"editor-paragraph\">Research tracking B2B databases found that accuracy erodes between 22.5% and 70% per year depending on the field, with <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/pipeline.zoominfo.com\/marketing\/b2b-data-decay\">email record decay compounding above 70%<\/a> annually. Job titles and contact details move faster than firmographics, but no field stays fixed for long, which means a single annual cleanup leaves most of the year running on decayed data.<\/p><p class=\"editor-paragraph\">Research estimates poor data quality costs organizations an average of $12.9 million per year, a figure that reframes enrichment as revenue protection against bad targeting, misrouted leads, and wasted outreach &#8211; not a tidiness exercise.<\/p><p class=\"editor-paragraph\">That is the case for treating enrichment as ongoing infrastructure: a pipeline that appends fresh data on a schedule, or reacts to change through a webhook, keeps pace with decay instead of falling behind it every quarter.<\/p><h2>Types of B2B Data Enrichment<\/h2><p class=\"editor-paragraph\">Enrichment covers several distinct data types, and mapping them to your use case first keeps you from paying for coverage you never query.<\/p><ul class=\"list-disc pl-6\"><li class=\"list-item\">Firmographic data: company size, revenue range, industry, headcount, and location. This is the baseline layer every enrichment pipeline starts with.<\/li><li class=\"list-item\"><a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/technographic-data-2\/\">Technographic data<\/a>: evidence of which technologies a company uses, drawn from website script tags, DNS records, and job descriptions listing required tools.<\/li><li class=\"list-item\"><a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/company-signals-hiring-news-funding-technology\/\">Company signals like hiring, news, and funding<\/a>: funding rounds, leadership changes, product launches, and hiring surges. These are time-stamped events, not static attributes, useful for timing outreach.<\/li><li class=\"list-item\">Connection data: partnerships, customer-vendor links, and investor relationships, often pulled from case studies, partner pages, and testimonials.<\/li><\/ul><p class=\"editor-paragraph\">A lead-scoring pipeline might only need firmographic and <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/technographic-data-sales-prospecting\/\">technographic data for sales prospecting<\/a>. Outbound timing needs event data on top of that.<\/p><h2>How a Company Enrichment REST API Works<\/h2><p class=\"editor-paragraph\">A company enrichment REST API works on a simple exchange: you send an identifier, most often a domain, and get back a structured record. That identifier hits an endpoint like <code class=\"inline-code\" spellcheck=\"false\">GET \/companies\/{domain}<\/code>, authenticated with an API key in the request header.<\/p><p class=\"editor-paragraph\">On the provider&#8217;s side, the identifier gets matched against the underlying dataset. Domain matching tends to be the most reliable path, since domains rarely change while company names and email formats drift.<\/p><p class=\"editor-paragraph\">The response returns as structured JSON, often following the JSON API specification, with fields carrying timestamps like <code class=\"inline-code\" spellcheck=\"false\">first_seen_at<\/code> and <code class=\"inline-code\" spellcheck=\"false\">last_seen_at<\/code>. Your system parses that payload into a CRM row, scoring model, or warehouse table. The exchange is synchronous: request, match, response, in one call, suited to the moment a lead hits your form.<\/p><h2>Real-Time Enrichment vs. Batch Enrichment vs. Webhooks<\/h2><p class=\"editor-paragraph\">Each delivery method fits a different workflow, and picking the wrong one leaves data stale or your API bill higher than it needs to be.<\/p><table class=\"border-collapse table-fixed w-full max-w-full\" style=\"border-collapse: collapse; width: 100%; min-width: 150px\"><tbody><tr class=\"\"><th colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #f9fafb; color: #000000; padding: 12px; text-align: left; font-size: 14px\"><p>Delivery Method<\/p><\/th><th colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #f9fafb; color: #000000; padding: 12px; text-align: left; font-size: 14px\"><p>Trigger<\/p><\/th><th colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #f9fafb; color: #000000; padding: 12px; text-align: left; font-size: 14px\"><p>Best For<\/p><\/th><th colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #f9fafb; color: #000000; padding: 12px; text-align: left; font-size: 14px\"><p>Latency<\/p><\/th><th colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #f9fafb; color: #000000; padding: 12px; text-align: left; font-size: 14px\"><p>Cost per Record<\/p><\/th><\/tr><tr class=\"\"><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Real-time API call<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>New record created (e.g., form fill)<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Lead routing while intent is warm<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Milliseconds (synchronous)<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Per-request; higher unit cost<\/p><\/td><\/tr><tr class=\"\"><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Batch enrichment<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Scheduled job (overnight or weekly)<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Warehouse backfills, CRM cleanup, large record sets<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Hours to days<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>High; processes many records per run<\/p><\/td><\/tr><tr class=\"\"><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Webhooks<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Signal fires on a followed account<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Trigger-based outreach sequences<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Near-instant (push, no polling)<\/p><\/td><td colspan=\"1\" rowspan=\"1\" style=\"border: 1px solid #d1d5db; background-color: #ffffff; color: #000000; padding: 12px; font-size: 14px\"><p>Highest; no wasted requests<\/p><\/td><\/tr><\/tbody><\/table><figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1672\" height=\"941\" src=\"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/DV9iXeOeTsDQ425gGOAe4.png\" alt=\"A modern technical illustration showing three parallel data delivery channels side by side: a lightning bolt representing instant real-time API calls, a clock with a circular arrow representing scheduled batch processing, and a push notification bell representing webhooks. Each channel flows into a central CRM database icon at the bottom. Dark blue and teal color palette, minimalist tech aesthetic, glowing connection lines, no text or labels anywhere.\" class=\"wp-image-1889\" srcset=\"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/DV9iXeOeTsDQ425gGOAe4.png 1672w, https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/DV9iXeOeTsDQ425gGOAe4-300x169.png 300w, https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/DV9iXeOeTsDQ425gGOAe4-1024x576.png 1024w, https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/DV9iXeOeTsDQ425gGOAe4-768x432.png 768w, https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/DV9iXeOeTsDQ425gGOAe4-1536x864.png 1536w\" sizes=\"(max-width: 1672px) 100vw, 1672px\" \/><\/figure><ul class=\"list-disc pl-6\"><li class=\"list-item\">Real-time API calls: triggered when a record is created, such as a form fill. You send the domain, get a response in the same request cycle, and route the lead while it is still warm.<\/li><li class=\"list-item\">Batch enrichment: scheduled jobs that process large record sets overnight or weekly. Fits warehouse backfills, list cleanup, or re-enriching a CRM segment on a set cadence.<\/li><li class=\"list-item\">Webhooks: push new data the moment a signal fires, such as a followed company posting a job opening &#8211; a <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/job-openings-data-api-hiring-signals-products-crms\/\">job openings data API<\/a> can feed these directly into CRMs. No polling, no wasted requests.<\/li><\/ul><p class=\"editor-paragraph\">Research tracking CRM users found that <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/www.datamagnet.co\/post\/real-time-vs-batch-data-enrichment\/\">76%<\/a> say less than half their organization&#8217;s data is accurate and complete, which is why architecture matters as much as provider choice. Most mature pipelines run all three together.<\/p><h2>What a B2B Data Enrichment Pipeline Looks Like End-to-End<\/h2><p class=\"editor-paragraph\">A pipeline is a chain, not a single API call. Skip a step and bad data usually surfaces two steps downstream.<\/p><figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1672\" height=\"941\" src=\"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/wCOTBcl3K5n1UwEJ9SQzo.png\" alt=\"A clean, modern data pipeline flow diagram illustration showing connected stages: raw data ingestion, cleansing and deduplication, API enrichment call, CRM write-back, and activation. Depicted as glowing nodes and arrows flowing left to right, with abstract icons representing databases, servers, and cloud storage. Dark blue and teal color palette, minimalist tech aesthetic, no text or labels anywhere.\" class=\"wp-image-1890\" srcset=\"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/wCOTBcl3K5n1UwEJ9SQzo.png 1672w, https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/wCOTBcl3K5n1UwEJ9SQzo-300x169.png 300w, https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/wCOTBcl3K5n1UwEJ9SQzo-1024x576.png 1024w, https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/wCOTBcl3K5n1UwEJ9SQzo-768x432.png 768w, https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/wCOTBcl3K5n1UwEJ9SQzo-1536x864.png 1536w\" sizes=\"(max-width: 1672px) 100vw, 1672px\" \/><\/figure><ul class=\"list-disc pl-6\"><li class=\"list-item\">Ingestion: raw records arrive from a form fill, CSV import, or CRM sync, giving you a name or domain and little else.<\/li><li class=\"list-item\">Cleansing and deduplication: normalize domains and merge duplicate rows, since enriching a duplicate yields two incomplete profiles.<\/li><li class=\"list-item\">Enrichment call: your system sends the cleaned domain to an enrichment API, which returns firmographic, technographic, or event fields.<\/li><li class=\"list-item\">Write-back: enriched fields from <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/b2b-data-enrichment-company-signals-crm\/\">hiring, technology, and news signals<\/a> replace blank fields in the CRM or a warehouse table like Snowflake or BigQuery.<\/li><li class=\"list-item\">Activation: <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/use-data-enrichment-to-filter-and-prioritize-prospects\/\">data enrichment for prospect prioritization<\/a> and segmentation logic act on the enriched record, routing leads or triggering sequences.<\/li><\/ul><p class=\"editor-paragraph\"><a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/company-data-api-flat-files-webhooks-mcp\/\">Flat files, REST API, and webhooks<\/a> suit different parts of the pipeline: flat files suit batch ingestion, a REST API suits one-record-at-a-time enrichment, and webhooks feed activation directly.<\/p><h2>How to Use Enrichment Data in a Lead Scoring Model<\/h2><p class=\"editor-paragraph\">Start by separating static firmographic attributes from time-stamped signals, because the two contribute differently to a score. Firmographic fields like headcount range, revenue band, and NAICS industry code confirm whether a company fits your ICP at all: if the segment and size are wrong, no amount of signal-layer data salvages the record. Once a company clears that threshold, layer in live signals from the Job Openings, Technology Detections, and News Events datasets using the <code class=\"inline-code\" spellcheck=\"false\">first_seen_at<\/code> timestamps each record carries. A company that posted 20 or more new sales roles in the last 30 days, adopted a complementary technology in the last 90 days, and received a <code class=\"inline-code\" spellcheck=\"false\">receives_financing<\/code> news event in the last 60 days scores materially higher than a same-size peer with no recent signals, because the combination indicates both budget and active growth investment. Weight recency heavily: a hiring surge detected this month carries more signal value than one detected 9 months ago, so multiply raw signal counts by a decay factor tied to days since <code class=\"inline-code\" spellcheck=\"false\">first_seen_at<\/code>. Run this scoring logic as a scheduled batch job against your enrichment pipeline, and trigger a real-time re-score via webhook whenever a followed account fires a new qualifying event.<\/p><h2>Key Fields Returned by a Company Enrichment API<\/h2><p class=\"editor-paragraph\">The core layer is firmographic: domain, company name, NAICS industry codes, revenue range (expressed as low and high bounds), employee count range, location data structured by city, state, country, and continent, and a parent company reference when the record is a subsidiary. Every field carries its own <code class=\"inline-code\" spellcheck=\"false\">first_seen_at<\/code> and <code class=\"inline-code\" spellcheck=\"false\">last_seen_at<\/code> timestamps, not a single record-level update date, so you can calculate data age per attribute and discard stale fields without throwing out the whole record. On top of firmographics, a Technology Detections response returns the technology name, a confidence score, the count of unique sources confirming the detection, a <code class=\"inline-code\" spellcheck=\"false\">behind_firewall<\/code> boolean distinguishing website-visible signals from job-description evidence, and links back to the specific subpage, DNS record, or job posting that produced it. News Events responses include a normalized category from a fixed taxonomy (for example, <code class=\"inline-code\" spellcheck=\"false\">receives_financing<\/code>, <code class=\"inline-code\" spellcheck=\"false\">increases_headcount_by<\/code>, or <code class=\"inline-code\" spellcheck=\"false\">launches<\/code>), a confidence score, an <code class=\"inline-code\" spellcheck=\"false\">amount_normalized<\/code> integer in USD where applicable, and a reference to the original article with its URL, title, and published date. Job Openings add O*NET occupation codes, salary range parsed into low and high bounds with currency, seniority level, and 26 job categories, so you can score hiring velocity by role type instead of raw headcount. Taken together, these field sets let a scoring model or routing rule operate on structured evidence instead of raw text.<\/p><h2>Assessing a B2B Enrichment API: Coverage, Freshness, and Schema Quality<\/h2><p class=\"editor-paragraph\">Not every enrichment API covers the same ground, and gaps rarely show up until you are mid-integration. Run each provider through the same questions before signing anything.<\/p><ul class=\"list-disc pl-6\"><li class=\"list-item\">Coverage: does it track companies at your target size and geographies, or mostly large enterprises in a few countries? A <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/company-news-events-dataset-gtm-signals\/\">company news events dataset<\/a> is one signal type where coverage gaps are especially costly.<\/li><li class=\"list-item\">Freshness: does each field carry its own timestamp, or does one &#8220;last updated&#8221; date hide which fields are current?<\/li><li class=\"list-item\">Schema consistency: does every record follow the same structure, or do optional fields disappear based on what the provider found?<\/li><li class=\"list-item\">Source transparency: can you trace a detection back to the subpage, job posting, or DNS record behind it?<\/li><li class=\"list-item\">Match rate: test a sample of your own domains before committing. Aggregate coverage numbers mean little if your segment matches poorly.<\/li><li class=\"list-item\">Delivery flexibility: does the provider offer a REST API, flat files, and webhooks, or one channel only? Reviewing <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/blog\/how-to-choose-a-historical-data-provider\/\">how to choose a historical data provider<\/a> can help you run this evaluation systematically.<\/li><\/ul><h2>How PredictLeads Delivers Company Enrichment Data<\/h2><p class=\"editor-paragraph\">PredictLeads delivers company enrichment data across three channels: a REST API for real-time record-level lookups, flat files for bulk warehouse ingestion into Snowflake or BigQuery, and webhooks for push notifications the moment a new signal fires on a followed account. The REST API covers 129 million companies for firmographic data and 86 million domains for Technology Detections, with each field carrying its own <code class=\"inline-code\" spellcheck=\"false\">first_seen_at<\/code> and <code class=\"inline-code\" spellcheck=\"false\">last_seen_at<\/code> timestamps so your pipeline can calculate data age per attribute instead of treating the entire record as a single update. On top of firmographics and technographics, the same authenticated source returns Job Openings with O*NET codes and parsed salary ranges, News Events normalized across 37 categories, Financing Events from pre-angel through Series J, and Connections sourced from case studies, partner pages, and testimonials. Webhooks are arranged through the sales team and cover Job Openings, Technology Detections, News Events, and Connections datasets, delivering a payload to your endpoint the moment a followed company triggers a qualifying event, with no polling required. For teams building AI agent workflows, PredictLeads also exposes an MCP server at <code class=\"inline-code\" spellcheck=\"false\">mcp.predictleads.com<\/code> that lets AI systems query the same datasets as tools. You can test coverage against your own domain sample with 100 free API requests on account creation, no credit card required.<\/p><h2>Final thoughts on Setting Up a B2B Data Enrichment Pipeline That Keeps Pace With Decay<\/h2><p class=\"editor-paragraph\">CRM data erodes fast, and a single annual cleanup leaves most of the year running on records that no longer reflect reality. A well-built enrichment pipeline catches that decay continuously through a mix of real-time API calls, scheduled batch jobs, and signal-driven webhooks. When comparing providers, test your own domain sample first because aggregate coverage numbers rarely reflect how well a dataset matches your specific segment.<\/p><h2>Ready to see this in your own data?<\/h2><p class=\"editor-paragraph\">Get 100 free API requests when you <a target=\"_blank\" rel=\"dofollow\" class=\"text-blue-500 underline cursor-pointer\" href=\"https:\/\/predictleads.com\/sign_up\">create an account<\/a> &#8211; no credit card, no sales call.<\/p><h2>FAQ<\/h2><h3>What&#8217;s a good way to enrich a CRM with firmographic and technographic data via a company enrichment REST API?<\/h3><p class=\"editor-paragraph\">Send a company domain to an endpoint like <code class=\"inline-code\" spellcheck=\"false\">GET \/companies\/{domain}<\/code> to pull firmographic fields such as headcount, revenue range, industry, and location, then follow that with <code class=\"inline-code\" spellcheck=\"false\">GET \/companies\/{domain}\/technology_detections<\/code> to retrieve technographic evidence from script tags, DNS records, and job descriptions. Write the enriched fields back to your CRM on record creation for real-time fills, and run a scheduled batch job weekly to re-enrich stale rows. PredictLeads covers 131 million companies for firmographics and 86 million domains for technographics, so both layers return from a single authenticated source.<\/p><h3>How do I build a lead scoring model using company growth signals from a B2B data enrichment pipeline?<\/h3><p class=\"editor-paragraph\">Pull hiring velocity from the Job Openings dataset, recent financing rounds from Financing Events, and technology adoption changes from Technology Detections, then weight each signal by recency using the <code class=\"inline-code\" spellcheck=\"false\">first_seen_at<\/code> timestamps each record carries. A company posting 20 or more new roles in 30 days while showing a fresh <code class=\"inline-code\" spellcheck=\"false\">receives_financing<\/code> news event scores higher than one with static headcount and no recent signals. Running this logic as a scheduled batch job against your enrichment pipeline keeps scores current without manual review.<\/p><h3>What are the best data sources for identifying newly funded startups to prospect?<\/h3><p class=\"editor-paragraph\">A dedicated Financing Events dataset that normalizes round types from pre-angel through Series J, including bridge rounds, corporate rounds, and grants, gives you the most actionable signal because you can filter by financing type, amount, and company location in a single API call. PredictLeads covers 203,960 or more financing events since 2016 and detects roughly 2,700 new events per month. Pairing that with a B2B enrichment webhook means your CRM receives a push notification the moment a followed company closes a round, so outreach goes out while the budget is still fresh.<\/p><h3>Should I use real-time API calls, batch enrichment, or a B2B enrichment webhook for my data pipeline?<\/h3><p class=\"editor-paragraph\">Use real-time API calls when a new record arrives, such as a form fill, and you need the enriched firmographic or technographic fields before routing the lead. Run batch jobs overnight or weekly for warehouse backfills and CRM cleanup across large record sets. Set up webhooks for trigger-based workflows where timing matters, such as firing an outreach sequence the moment a followed company posts a relevant job opening or announces a partnership. Most mature pipelines run all three in combination because each pattern solves a different latency and cost tradeoff.<\/p><h3>How do I assess a B2B data enrichment API for coverage and schema quality before signing a contract?<\/h3><p class=\"editor-paragraph\">Test a sample of 200 to 300 of your own domains against the provider&#8217;s API before committing, because aggregate coverage numbers can mask poor match rates in your specific segment. Check whether each field carries its own <code class=\"inline-code\" spellcheck=\"false\">first_seen_at<\/code> and <code class=\"inline-code\" spellcheck=\"false\">last_seen_at<\/code> timestamps instead of a single record-level update date, since field-level timestamps are what let you calculate data age per attribute. Ask whether technology detections link back to the source URL, DNS record, or job posting that produced the detection, because source transparency is the only way to audit a detection&#8217;s reliability instead of taking the match on faith.<\/p>","protected":false},"excerpt":{"rendered":"<p>See how B2B data enrichment and REST API pipelines work in September 2026 to reduce data decay and improve lead routing and scoring accuracy.<\/p>\n","protected":false},"author":8,"featured_media":1888,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[2,4],"tags":[130,77,102],"class_list":["post-1891","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-company","category-guides","tag-apis","tag-company-data","tag-data-accuracy"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>B2B Data Enrichment API Sep 2026<\/title>\n<meta name=\"description\" content=\"See how B2B data enrichment and REST API pipelines work in September 2026 to reduce data decay and improve lead routing and scoring accuracy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"B2B Data Enrichment REST API: How It Works Sep 2026\" \/>\n<meta property=\"og:description\" content=\"See how B2B data enrichment and REST API pipelines work in September 2026 to reduce data decay and improve lead routing and scoring accuracy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/\" \/>\n<meta property=\"og:site_name\" content=\"PredictLeads\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-03T21:16:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/generated-excalidraw-graphic-1788104817993.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Robert Fon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Robert Fon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/\"},\"author\":{\"name\":\"Robert Fon\",\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/#\\\/schema\\\/person\\\/5e71e16aecc9270b7e458092273b768a\"},\"headline\":\"B2B Data Enrichment REST API: How It Works Sep 2026\",\"datePublished\":\"2026-09-03T21:16:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/\"},\"wordCount\":2618,\"publisher\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/generated-excalidraw-graphic-1788104817993.png\",\"keywords\":[\"APIs\",\"Company data\",\"Data Accuracy\"],\"articleSection\":[\"Company\",\"Guides\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2026\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/\",\"url\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/\",\"name\":\"B2B Data Enrichment API Sep 2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/generated-excalidraw-graphic-1788104817993.png\",\"datePublished\":\"2026-09-03T21:16:12+00:00\",\"description\":\"See how B2B data enrichment and REST API pipelines work in September 2026 to reduce data decay and improve lead routing and scoring accuracy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#primaryimage\",\"url\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/generated-excalidraw-graphic-1788104817993.png\",\"contentUrl\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/generated-excalidraw-graphic-1788104817993.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"B2B Data Enrichment REST API: How It Works Sep 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/\",\"name\":\"PredictLeads Blog\",\"description\":\"Company Intelligence Data\",\"publisher\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Organization\",\"Place\"],\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/#organization\",\"name\":\"PredictLeads\",\"url\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/\",\"logo\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#local-main-organization-logo\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/predictleads\"],\"telephone\":[],\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"opens\":\"09:00\",\"closes\":\"17:00\"}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/#\\\/schema\\\/person\\\/5e71e16aecc9270b7e458092273b768a\",\"name\":\"Robert Fon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/276487f2d00d0169b564cde1cda64987044625156e02df4201abd3a05cd1692a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/276487f2d00d0169b564cde1cda64987044625156e02df4201abd3a05cd1692a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/276487f2d00d0169b564cde1cda64987044625156e02df4201abd3a05cd1692a?s=96&d=mm&r=g\",\"caption\":\"Robert Fon\"}},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/rest-api-b2b-data-enrichment\\\/#local-main-organization-logo\",\"url\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/predict-leads-logo-color-2130x1200-cropped.png\",\"contentUrl\":\"https:\\\/\\\/predictleads.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/predict-leads-logo-color-2130x1200-cropped.png\",\"width\":2130,\"height\":447,\"caption\":\"PredictLeads\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"B2B Data Enrichment API Sep 2026","description":"See how B2B data enrichment and REST API pipelines work in September 2026 to reduce data decay and improve lead routing and scoring accuracy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/","og_locale":"en_US","og_type":"article","og_title":"B2B Data Enrichment REST API: How It Works Sep 2026","og_description":"See how B2B data enrichment and REST API pipelines work in September 2026 to reduce data decay and improve lead routing and scoring accuracy.","og_url":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/","og_site_name":"PredictLeads","article_published_time":"2026-09-03T21:16:12+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/generated-excalidraw-graphic-1788104817993.png","type":"image\/png"}],"author":"Robert Fon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Robert Fon","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#article","isPartOf":{"@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/"},"author":{"name":"Robert Fon","@id":"https:\/\/predictleads.com\/blog\/#\/schema\/person\/5e71e16aecc9270b7e458092273b768a"},"headline":"B2B Data Enrichment REST API: How It Works Sep 2026","datePublished":"2026-09-03T21:16:12+00:00","mainEntityOfPage":{"@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/"},"wordCount":2618,"publisher":{"@id":"https:\/\/predictleads.com\/blog\/#organization"},"image":{"@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#primaryimage"},"thumbnailUrl":"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/generated-excalidraw-graphic-1788104817993.png","keywords":["APIs","Company data","Data Accuracy"],"articleSection":["Company","Guides"],"inLanguage":"en-US","copyrightYear":"2026","copyrightHolder":{"@id":"https:\/\/predictleads.com\/blog\/#organization"}},{"@type":"WebPage","@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/","url":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/","name":"B2B Data Enrichment API Sep 2026","isPartOf":{"@id":"https:\/\/predictleads.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#primaryimage"},"image":{"@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#primaryimage"},"thumbnailUrl":"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/generated-excalidraw-graphic-1788104817993.png","datePublished":"2026-09-03T21:16:12+00:00","description":"See how B2B data enrichment and REST API pipelines work in September 2026 to reduce data decay and improve lead routing and scoring accuracy.","breadcrumb":{"@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#primaryimage","url":"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/generated-excalidraw-graphic-1788104817993.png","contentUrl":"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2026\/09\/generated-excalidraw-graphic-1788104817993.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/predictleads.com\/blog\/"},{"@type":"ListItem","position":2,"name":"B2B Data Enrichment REST API: How It Works Sep 2026"}]},{"@type":"WebSite","@id":"https:\/\/predictleads.com\/blog\/#website","url":"https:\/\/predictleads.com\/blog\/","name":"PredictLeads Blog","description":"Company Intelligence Data","publisher":{"@id":"https:\/\/predictleads.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/predictleads.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Organization","Place"],"@id":"https:\/\/predictleads.com\/blog\/#organization","name":"PredictLeads","url":"https:\/\/predictleads.com\/blog\/","logo":{"@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#local-main-organization-logo"},"image":{"@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#local-main-organization-logo"},"sameAs":["https:\/\/www.linkedin.com\/company\/predictleads"],"telephone":[],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],"opens":"09:00","closes":"17:00"}]},{"@type":"Person","@id":"https:\/\/predictleads.com\/blog\/#\/schema\/person\/5e71e16aecc9270b7e458092273b768a","name":"Robert Fon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/276487f2d00d0169b564cde1cda64987044625156e02df4201abd3a05cd1692a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/276487f2d00d0169b564cde1cda64987044625156e02df4201abd3a05cd1692a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/276487f2d00d0169b564cde1cda64987044625156e02df4201abd3a05cd1692a?s=96&d=mm&r=g","caption":"Robert Fon"}},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/predictleads.com\/blog\/rest-api-b2b-data-enrichment\/#local-main-organization-logo","url":"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2021\/09\/predict-leads-logo-color-2130x1200-cropped.png","contentUrl":"https:\/\/predictleads.com\/blog\/wp-content\/uploads\/2021\/09\/predict-leads-logo-color-2130x1200-cropped.png","width":2130,"height":447,"caption":"PredictLeads"}]}},"_links":{"self":[{"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/posts\/1891","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/comments?post=1891"}],"version-history":[{"count":0,"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/posts\/1891\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/media\/1888"}],"wp:attachment":[{"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/media?parent=1891"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/categories?post=1891"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/predictleads.com\/blog\/wp-json\/wp\/v2\/tags?post=1891"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}