{"id":4196,"date":"2026-02-15T08:17:08","date_gmt":"2026-02-15T08:17:08","guid":{"rendered":"https:\/\/leadgen.tools\/blog\/?p=4196"},"modified":"2026-02-15T08:17:08","modified_gmt":"2026-02-15T08:17:08","slug":"new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps","status":"publish","type":"post","link":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/","title":{"rendered":"New Public API for LeadGen.tools connect with AI and your own Apps"},"content":{"rendered":"\n<!--\n  LeadGen.tools Blog Post \u2014 Public API v1 Launch\n  Copy this content into WordPress post editor (HTML\/Code mode).\n  Title: Introducing the LeadGen.tools Public API \u2014 Automate Your Lead Generation\n  Category: News\n  Tags: api, developer, automation, integration, lead-generation\n-->\n\n<p>We&#8217;re excited to announce the launch of the <strong>LeadGen.tools Public API v1<\/strong> \u2014 giving you full programmatic access to our lead generation, web scraping, ad intelligence, and Google Places tools. Build custom integrations, automate your workflows, and pull lead data directly into your own applications.<\/p>\n\n<p><a href=\"https:\/\/leadgen.tools\/v2\/api\/v1\/\" target=\"_blank\" rel=\"noopener\"><strong>View the full API Documentation &rarr;<\/strong><\/a><\/p>\n\n<h2>What Can You Do With the API?<\/h2>\n\n<p>The API exposes five powerful endpoints \u2014 the same tools you already use in the LeadGen.tools dashboard, now available as simple HTTP requests:<\/p>\n\n<h3>1. Lead Search<\/h3>\n<p><code>GET \/api\/v1\/search.php<\/code><\/p>\n<p>Search Google, Bing, Yahoo, or DuckDuckGo for leads. The API returns page titles, links, descriptions, and any <strong>emails or phone numbers<\/strong> found directly in the search results. You can pass raw search dorks or use saved recipe codes for pre-configured queries.<\/p>\n<ul>\n  <li><strong>4 search engines<\/strong> \u2014 Google, Bing, Yahoo, DuckDuckGo<\/li>\n  <li><strong>Email &amp; phone extraction<\/strong> directly from SERP snippets<\/li>\n  <li><strong>Recipe support<\/strong> \u2014 use pre-built dork templates by code<\/li>\n  <li><strong>Pagination<\/strong> \u2014 fetch multiple pages of results<\/li>\n<\/ul>\n\n<h3>2. Website Crawler<\/h3>\n<p><code>GET \/api\/v1\/crawl.php<\/code><\/p>\n<p>Point the crawler at any website and it will automatically follow internal links (up to 15 pages) to extract <strong>emails, phone numbers, social media profiles, and page metadata<\/strong>. Junk emails from website builders and placeholder domains are filtered out automatically.<\/p>\n<ul>\n  <li><strong>Deep crawl<\/strong> \u2014 up to 15 pages per domain<\/li>\n  <li><strong>Social media detection<\/strong> \u2014 Facebook, Twitter\/X, LinkedIn, Instagram, YouTube, TikTok, Pinterest, Telegram, and more<\/li>\n  <li><strong>Smart filtering<\/strong> \u2014 blacklists junk domains (wix, squarespace, example.com) and placeholder emails (noreply, admin, test)<\/li>\n  <li><strong>Page metadata<\/strong> \u2014 title, description, keywords, Open Graph image<\/li>\n<\/ul>\n\n<h3>3. Ad Spy (with Historical Tracking)<\/h3>\n<p><code>GET \/api\/v1\/ads.php<\/code><\/p>\n<p>This is our most powerful endpoint. Search for Google and Bing ads, and the API will:<\/p>\n<ol>\n  <li>Perform a <strong>live SERP search<\/strong> to find currently running ads<\/li>\n  <li><strong>Store every ad permanently<\/strong> in a historical database<\/li>\n  <li><strong>Crawl each ad&#8217;s landing page<\/strong> to extract contact data (emails, phones, social links, page metadata)<\/li>\n  <li>Return both <strong>fresh ads<\/strong> (currently running) and <strong>historical ads<\/strong> (previously seen)<\/li>\n<\/ol>\n<p>Every time you search the same keyword, newly discovered ads are added to the pool. Over time, you build a comprehensive database of every ad that has ever run for that keyword. Each result includes:<\/p>\n<ul>\n  <li><code>first_seen<\/code> \/ <code>last_seen<\/code> timestamps to track ad lifespan<\/li>\n  <li><code>is_active<\/code> flag \u2014 <code>true<\/code> if the ad is currently running<\/li>\n  <li><code>contact_data<\/code> \u2014 emails, phones, social links, and metadata from the landing page<\/li>\n<\/ul>\n\n<h3>4. Places Search<\/h3>\n<p><code>GET \/api\/v1\/places\/search.php<\/code><\/p>\n<p>Search Google Places for businesses by keyword. Returns detailed listings including <strong>name, address, phone, website, rating, review count, business hours, business type tags<\/strong>, and operational status. Results are cached for 30 days to save credits on repeated queries.<\/p>\n\n<h3>5. Place Reviews<\/h3>\n<p><code>GET \/api\/v1\/places\/reviews.php<\/code><\/p>\n<p>Fetch Google reviews for any business using its <code>place_id<\/code> (returned by the Places Search endpoint). Returns reviewer names, ratings, review text, and timestamps. Cached for 7 days.<\/p>\n\n<hr \/>\n\n<h2>How It Works<\/h2>\n\n<h3>Authentication<\/h3>\n<p>Every request requires your <strong>API key<\/strong> and <strong>user ID<\/strong> \u2014 the same credentials from your LeadGen.tools account. Pass them as query parameters:<\/p>\n<pre><code>curl \"https:\/\/leadgen.tools\/v2\/api\/v1\/search.php?api_key=YOUR_KEY&amp;user_id=123&amp;query=marketing+agency\"<\/code><\/pre>\n\n<h3>Credit-Based Billing<\/h3>\n<p>API calls use the same credit system as the dashboard. Each endpoint has its own pricing:<\/p>\n\n<table>\n  <thead>\n    <tr><th>Endpoint<\/th><th>Credits<\/th><\/tr>\n  <\/thead>\n  <tbody>\n    <tr><td>Lead Search<\/td><td>0 \u2013 10 per search<\/td><\/tr>\n    <tr><td>Website Crawler<\/td><td>0 \u2013 15 per domain<\/td><\/tr>\n    <tr><td>Ad Spy<\/td><td>0 \u2013 10 per search (historical ads &amp; crawl enrichment are free)<\/td><\/tr>\n    <tr><td>Places Search<\/td><td>10 per place (0 if cached)<\/td><\/tr>\n    <tr><td>Place Reviews<\/td><td>5 per place (0 if cached)<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<h3>Automatic Caching<\/h3>\n<p>Responses are cached automatically \u2014 repeated identical queries return instantly with <strong>0 credits charged<\/strong>. Cache durations range from 7 days (search) to 30 days (places) to <strong>permanent<\/strong> (ad history).<\/p>\n\n<h3>JSON Responses<\/h3>\n<p>Every response is clean JSON with a consistent structure:<\/p>\n<pre><code>{\n  \"status\": \"success\",\n  \"credits_used\": 10,\n  \"data\": {\n    \"query\": \"marketing agency\",\n    \"results_count\": 8,\n    \"results\": [...]\n  }\n}<\/code><\/pre>\n\n<hr \/>\n\n<h2>Use Cases<\/h2>\n\n<ul>\n  <li><strong>CRM enrichment<\/strong> \u2014 Automatically crawl your lead websites for contact data and update your CRM<\/li>\n  <li><strong>Competitor ad monitoring<\/strong> \u2014 Track competitor ads over time, see when ads start and stop running, and extract their landing page contacts<\/li>\n  <li><strong>Local business prospecting<\/strong> \u2014 Pull Google Places data for any niche + location and build targeted outreach lists<\/li>\n  <li><strong>Custom dashboards<\/strong> \u2014 Feed API data into your own analytics and reporting tools<\/li>\n  <li><strong>Automated pipelines<\/strong> \u2014 Chain Search &rarr; Crawl &rarr; CRM in a scheduled workflow<\/li>\n  <li><strong>Zapier \/ Make integrations<\/strong> \u2014 Use webhooks to trigger API calls from other tools<\/li>\n<\/ul>\n\n<hr \/>\n\n<h2>Get Started<\/h2>\n\n<ol>\n  <li><strong>Get your API key<\/strong> from your <a href=\"https:\/\/leadgen.tools\/members\/member\" target=\"_blank\" rel=\"noopener\">account dashboard<\/a><\/li>\n  <li><strong>Read the docs<\/strong> at <a href=\"https:\/\/leadgen.tools\/v2\/api\/v1\/\" target=\"_blank\" rel=\"noopener\">leadgen.tools\/v2\/api\/v1\/<\/a><\/li>\n  <li><strong>Make your first call<\/strong> \u2014 try the Lead Search endpoint with a simple keyword<\/li>\n  <li><strong>Build something<\/strong> \u2014 integrate the API into your existing tools and workflows<\/li>\n<\/ol>\n\n<p>The full documentation includes example requests and responses for every endpoint, parameter reference tables, error code explanations, and credit calculation details.<\/p>\n\n<p><a href=\"https:\/\/leadgen.tools\/v2\/api\/v1\/\" target=\"_blank\" rel=\"noopener\"><strong>Explore the API Documentation &rarr;<\/strong><\/a><\/p>\n\n<p>Questions or feedback? Reach out to our support team \u2014 we&#8217;d love to hear what you&#8217;re building with the API.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;re excited to announce the launch of the LeadGen.tools Public API v1 \u2014 giving you full programmatic access to our lead generation, web scraping, ad &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"New Public API for LeadGen.tools connect with AI and your own Apps\" class=\"read-more button\" href=\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#more-4196\" aria-label=\"More on New Public API for LeadGen.tools connect with AI and your own Apps\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[54],"tags":[],"class_list":["post-4196","post","type-post","status-publish","format-standard","hentry","category-news","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>New Public API for LeadGen.tools connect with AI and your own Apps - Lead Generation Tools<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New Public API for LeadGen.tools connect with AI and your own Apps - Lead Generation Tools\" \/>\n<meta property=\"og:description\" content=\"We&#8217;re excited to announce the launch of the LeadGen.tools Public API v1 \u2014 giving you full programmatic access to our lead generation, web scraping, ad ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"Lead Generation Tools\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-15T08:17:08+00:00\" \/>\n<meta name=\"author\" content=\"rodvan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rodvan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/\"},\"author\":{\"name\":\"rodvan\",\"@id\":\"https:\/\/leadgen.tools\/blog\/#\/schema\/person\/61f3d78a6d6f8c38898fc6cc3ef654ef\"},\"headline\":\"New Public API for LeadGen.tools connect with AI and your own Apps\",\"datePublished\":\"2026-02-15T08:17:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/\"},\"wordCount\":730,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/leadgen.tools\/blog\/#organization\"},\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/\",\"url\":\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/\",\"name\":\"New Public API for LeadGen.tools connect with AI and your own Apps - Lead Generation Tools\",\"isPartOf\":{\"@id\":\"https:\/\/leadgen.tools\/blog\/#website\"},\"datePublished\":\"2026-02-15T08:17:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/leadgen.tools\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New Public API for LeadGen.tools connect with AI and your own Apps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/leadgen.tools\/blog\/#website\",\"url\":\"https:\/\/leadgen.tools\/blog\/\",\"name\":\"Lead Generation Tools\",\"description\":\"Blog and Community for LeadGen.tools\",\"publisher\":{\"@id\":\"https:\/\/leadgen.tools\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/leadgen.tools\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/leadgen.tools\/blog\/#organization\",\"name\":\"Lead Generation Tools\",\"url\":\"https:\/\/leadgen.tools\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/leadgen.tools\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/leadgen.tools\/blog\/wp-content\/uploads\/2021\/12\/cropped-cropped-leadgenbig-1.png\",\"contentUrl\":\"https:\/\/leadgen.tools\/blog\/wp-content\/uploads\/2021\/12\/cropped-cropped-leadgenbig-1.png\",\"width\":671,\"height\":277,\"caption\":\"Lead Generation Tools\"},\"image\":{\"@id\":\"https:\/\/leadgen.tools\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/leadgen.tools\/blog\/#\/schema\/person\/61f3d78a6d6f8c38898fc6cc3ef654ef\",\"name\":\"rodvan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/leadgen.tools\/blog\/#\/schema\/person\/image\/\",\"url\":\"\/\/www.gravatar.com\/avatar\/669b7baadba87e547357d560378e6693?s=96&#038;r=g&#038;d=mm\",\"contentUrl\":\"\/\/www.gravatar.com\/avatar\/669b7baadba87e547357d560378e6693?s=96&#038;r=g&#038;d=mm\",\"caption\":\"rodvan\"},\"url\":\"https:\/\/leadgen.tools\/blog\/author\/rodvan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New Public API for LeadGen.tools connect with AI and your own Apps - Lead Generation Tools","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:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/","og_locale":"en_US","og_type":"article","og_title":"New Public API for LeadGen.tools connect with AI and your own Apps - Lead Generation Tools","og_description":"We&#8217;re excited to announce the launch of the LeadGen.tools Public API v1 \u2014 giving you full programmatic access to our lead generation, web scraping, ad ... Read more","og_url":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/","og_site_name":"Lead Generation Tools","article_published_time":"2026-02-15T08:17:08+00:00","author":"rodvan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rodvan","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#article","isPartOf":{"@id":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/"},"author":{"name":"rodvan","@id":"https:\/\/leadgen.tools\/blog\/#\/schema\/person\/61f3d78a6d6f8c38898fc6cc3ef654ef"},"headline":"New Public API for LeadGen.tools connect with AI and your own Apps","datePublished":"2026-02-15T08:17:08+00:00","mainEntityOfPage":{"@id":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/"},"wordCount":730,"commentCount":0,"publisher":{"@id":"https:\/\/leadgen.tools\/blog\/#organization"},"articleSection":["News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/","url":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/","name":"New Public API for LeadGen.tools connect with AI and your own Apps - Lead Generation Tools","isPartOf":{"@id":"https:\/\/leadgen.tools\/blog\/#website"},"datePublished":"2026-02-15T08:17:08+00:00","breadcrumb":{"@id":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/leadgen.tools\/blog\/new-public-api-for-leadgen-tools-connect-with-ai-and-your-own-apps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/leadgen.tools\/blog\/"},{"@type":"ListItem","position":2,"name":"New Public API for LeadGen.tools connect with AI and your own Apps"}]},{"@type":"WebSite","@id":"https:\/\/leadgen.tools\/blog\/#website","url":"https:\/\/leadgen.tools\/blog\/","name":"Lead Generation Tools","description":"Blog and Community for LeadGen.tools","publisher":{"@id":"https:\/\/leadgen.tools\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/leadgen.tools\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/leadgen.tools\/blog\/#organization","name":"Lead Generation Tools","url":"https:\/\/leadgen.tools\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/leadgen.tools\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/leadgen.tools\/blog\/wp-content\/uploads\/2021\/12\/cropped-cropped-leadgenbig-1.png","contentUrl":"https:\/\/leadgen.tools\/blog\/wp-content\/uploads\/2021\/12\/cropped-cropped-leadgenbig-1.png","width":671,"height":277,"caption":"Lead Generation Tools"},"image":{"@id":"https:\/\/leadgen.tools\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/leadgen.tools\/blog\/#\/schema\/person\/61f3d78a6d6f8c38898fc6cc3ef654ef","name":"rodvan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/leadgen.tools\/blog\/#\/schema\/person\/image\/","url":"\/\/www.gravatar.com\/avatar\/669b7baadba87e547357d560378e6693?s=96&#038;r=g&#038;d=mm","contentUrl":"\/\/www.gravatar.com\/avatar\/669b7baadba87e547357d560378e6693?s=96&#038;r=g&#038;d=mm","caption":"rodvan"},"url":"https:\/\/leadgen.tools\/blog\/author\/rodvan\/"}]}},"_links":{"self":[{"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/posts\/4196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/comments?post=4196"}],"version-history":[{"count":1,"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/posts\/4196\/revisions"}],"predecessor-version":[{"id":4198,"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/posts\/4196\/revisions\/4198"}],"wp:attachment":[{"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/media?parent=4196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/categories?post=4196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/leadgen.tools\/blog\/wp-json\/wp\/v2\/tags?post=4196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}