{"id":3379,"date":"2022-09-21T18:44:02","date_gmt":"2022-09-21T13:44:02","guid":{"rendered":"https:\/\/www.edopedia.com\/blog\/?p=3379"},"modified":"2022-09-21T18:44:02","modified_gmt":"2022-09-21T13:44:02","slug":"how-to-scrape-youtube-video-using-node-js-express-puppeteer","status":"publish","type":"post","link":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/","title":{"rendered":"How To Scrape YouTube Video Using Node.js Express Puppeteer"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Install Dependencies<\/h2>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">npm init -y<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">npm i express<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">npm i puppeteer<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">npm i ejs<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">npm i google-search-results-nodejs<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">npm i puppeteer-extra<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">npm i puppeteer-extra-plugin-stealth<\/pre><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">code.js<\/h2>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;javascript&quot;,&quot;mime&quot;:&quot;text\/javascript&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;JavaScript&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;js&quot;}\">const puppeteer = require(&quot;puppeteer-extra&quot;);\nconst StealthPlugin = require(&quot;puppeteer-extra-plugin-stealth&quot;);\npuppeteer.use(StealthPlugin());\nconst videoLink = &quot;https:\/\/www.youtube.com\/watch?v=6qpXszX_ixw&quot;; \/\/ link to video page\nasync function scrollPage(page, scrollContainer) {\n  let lastHeight = await page.evaluate(`document.querySelector(&quot;${scrollContainer}&quot;).scrollHeight`);\n  while (true) {\n    await page.evaluate(`window.scrollTo(0, document.querySelector(&quot;${scrollContainer}&quot;).scrollHeight)`);\n    await page.waitForTimeout(2000);\n    let newHeight = await page.evaluate(`document.querySelector(&quot;${scrollContainer}&quot;).scrollHeight`);\n    if (newHeight === lastHeight) {\n      break;\n    }\n    lastHeight = newHeight;\n  }\n}\nasync function fillDataFromPage(page, newDesign) {\n  const dataFromPage = await page.evaluate((newDesign) =&gt; {\n    const date = document\n      .querySelector(newDesign ? &quot;#description-inline-expander &gt; yt-formatted-string span:nth-child(3)&quot; : &quot;#info-strings yt-formatted-string&quot;)\n      ?.textContent.trim();\n    const views = document\n      .querySelector(newDesign ? &quot;#description-inline-expander &gt; yt-formatted-string span:nth-child(1)&quot; : &quot;#info-text #count&quot;)\n      ?.textContent.trim();\n    return {\n      title: document.querySelector(`${newDesign ? &quot;#title &gt;&quot; : &quot;#info-contents&quot;} h1`)?.textContent.trim(),\n      likes: parseInt(\n        document\n          .querySelector(`${newDesign ? &quot;#top-row&quot; : &quot;#menu&quot;} #top-level-buttons-computed &gt; ytd-toggle-button-renderer:first-child #text`)\n          ?.getAttribute(&quot;aria-label&quot;)\n          .replace(&quot;,&quot;, &quot;&quot;)\n      ),\n      channel: {\n        name: document.querySelector(`${newDesign ? &quot;#owner&quot; : &quot;ytd-video-owner-renderer&quot;} #channel-name #text &gt; a`)?.textContent.trim(),\n        link: `https:\/\/www.youtube.com${document.querySelector(`${newDesign ? &quot;#owner&quot; : &quot;&quot;} ytd-video-owner-renderer &gt; a`)?.getAttribute(&quot;href&quot;)}`,\n        thumbnail: document.querySelector(`${newDesign ? &quot;#owner&quot; : &quot;ytd-video-owner-renderer&quot;} #avatar #img`)?.getAttribute(&quot;src&quot;),\n      },\n      date,\n      views: views &amp;&amp; parseInt(views.replace(&quot;,&quot;, &quot;&quot;)),\n      description: newDesign\n        ? document.querySelector(&quot;#description-inline-expander &gt; yt-formatted-string&quot;)?.textContent.replace(date, &quot;&quot;).replace(views, &quot;&quot;).trim()\n        : document.querySelector(&quot;#meta #description&quot;)?.textContent.trim(),\n      duration: document.querySelector(&quot;.ytp-time-duration&quot;)?.textContent.trim(),\n      hashtags: Array.from(document.querySelectorAll(`${newDesign ? &quot;#super-title&quot; : &quot;#info-contents .super-title&quot;} a`)).map((el) =&gt;\n        el.textContent.trim()\n      ),\n      suggestedVideos: Array.from(document.querySelectorAll(&quot;ytd-compact-video-renderer&quot;)).map((el) =&gt; ({\n        title: el.querySelector(&quot;#video-title&quot;)?.textContent.trim(),\n        link: `https:\/\/www.youtube.com${el.querySelector(&quot;#thumbnail&quot;)?.getAttribute(&quot;href&quot;)}`,\n        channelName: el.querySelector(&quot;#channel-name #text&quot;)?.textContent.trim(),\n        date: el.querySelector(&quot;#metadata-line span:nth-child(2)&quot;)?.textContent.trim(),\n        views: el.querySelector(&quot;#metadata-line span:nth-child(1)&quot;)?.textContent.trim(),\n        duration: el.querySelector(&quot;#overlays #text&quot;)?.textContent.trim(),\n        thumbnail: el.querySelector(&quot;#img&quot;)?.getAttribute(&quot;src&quot;),\n      })),\n      comments: Array.from(document.querySelectorAll(&quot;#contents &gt; ytd-comment-thread-renderer&quot;)).map((el) =&gt; ({\n        author: el.querySelector(&quot;#author-text&quot;)?.textContent.trim(),\n        link: `https:\/\/www.youtube.com${el.querySelector(&quot;#author-text&quot;)?.getAttribute(&quot;href&quot;)}`,\n        date: el.querySelector(&quot;.published-time-text&quot;)?.textContent.trim(),\n        likes: el.querySelector(&quot;#vote-count-middle&quot;)?.textContent.trim(),\n        comment: el.querySelector(&quot;#content-text&quot;)?.textContent.trim(),\n        avatar: el.querySelector(&quot;#author-thumbnail #img&quot;)?.getAttribute(&quot;src&quot;),\n      })),\n    };\n  }, newDesign);\n  return dataFromPage;\n}\nasync function getYoutubeVideoPageResults() {\n  const browser = await puppeteer.launch({\n    headless: false,\n    args: [&quot;--no-sandbox&quot;, &quot;--disable-setuid-sandbox&quot;],\n  });\n  const page = await browser.newPage();\n  await page.setDefaultNavigationTimeout(60000);\n  await page.goto(videoLink);\n  await page.waitForSelector(&quot;#contents&quot;);\n  const isDesign1 = await page.$(&quot;#title &gt; h1&quot;);\n  if (isDesign1) {\n    await page.click(&quot;#description-inline-expander #expand&quot;);\n  } else {\n    await page.click(&quot;#meta #more&quot;);\n  }\n  const scrollContainer = &quot;ytd-app&quot;;\n  await scrollPage(page, scrollContainer);\n  await page.waitForTimeout(10000);\n  const infoFromVideoPage = await fillDataFromPage(page, isDesign1);\n  await browser.close();\n  return infoFromVideoPage;\n}\ngetYoutubeVideoPageResults().then((result) =&gt; console.dir(result, { depth: null }));<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Install Dependencies code.js<\/p>\n","protected":false},"author":1,"featured_media":1762,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[112],"tags":[],"class_list":["post-3379","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Scrape YouTube Video Using Node.js Express Puppeteer<\/title>\n<meta name=\"description\" content=\"Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra npm i\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Scrape YouTube Video Using Node.js Express Puppeteer\" \/>\n<meta property=\"og:description\" content=\"Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra npm i\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/\" \/>\n<meta property=\"og:site_name\" content=\"Edopedia\" \/>\n<meta property=\"article:author\" content=\"trulyfurqan\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-21T13:44:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"880\" \/>\n\t<meta property=\"og:image:height\" content=\"495\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Furqan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Furqan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Scrape YouTube Video Using Node.js Express Puppeteer","description":"Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra npm i","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:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/","og_locale":"en_US","og_type":"article","og_title":"How To Scrape YouTube Video Using Node.js Express Puppeteer","og_description":"Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra npm i","og_url":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/","og_site_name":"Edopedia","article_author":"trulyfurqan","article_published_time":"2022-09-21T13:44:02+00:00","og_image":[{"width":880,"height":495,"url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","type":"image\/jpeg"}],"author":"Furqan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Furqan","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/#article","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/"},"author":{"name":"Furqan","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339"},"headline":"How To Scrape YouTube Video Using Node.js Express Puppeteer","datePublished":"2022-09-21T13:44:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/"},"wordCount":14,"commentCount":0,"publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/","url":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/","name":"How To Scrape YouTube Video Using Node.js Express Puppeteer","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/#primaryimage"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","datePublished":"2022-09-21T13:44:02+00:00","description":"Install Dependencies npm init -y npm i express npm i puppeteer npm i ejs npm i google-search-results-nodejs npm i puppeteer-extra npm i","breadcrumb":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/#primaryimage","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","width":880,"height":495,"caption":"Default Featured Image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.edopedia.com\/blog\/how-to-scrape-youtube-video-using-node-js-express-puppeteer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.edopedia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Scrape YouTube Video Using Node.js Express Puppeteer"}]},{"@type":"WebSite","@id":"https:\/\/www.edopedia.com\/blog\/#website","url":"https:\/\/www.edopedia.com\/blog\/","name":"Edopedia","description":"Coding\/Programming Blog","publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.edopedia.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.edopedia.com\/blog\/#organization","name":"Edopedia","url":"https:\/\/www.edopedia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","width":400,"height":100,"caption":"Edopedia"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339","name":"Furqan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","caption":"Furqan"},"description":"Well. I've been working for the past three years as a web designer and developer. I have successfully created websites for small to medium sized companies as part of my freelance career. During that time I've also completed my bachelor's in Information Technology.","sameAs":["http:\/\/www.edopedia.com\/blog\/","trulyfurqan"],"url":"https:\/\/www.edopedia.com\/blog\/author\/furqan\/"}]}},"_links":{"self":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/3379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/comments?post=3379"}],"version-history":[{"count":1,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/3379\/revisions"}],"predecessor-version":[{"id":3450,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/3379\/revisions\/3450"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media\/1762"}],"wp:attachment":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media?parent=3379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/categories?post=3379"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/tags?post=3379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}