JSON Auto Parser
Using the auto_parser
parameter, you can get the scraped site in JSON format.
Auto Parser can be applied with both JavaScript rendering enabled or disabled.
JSON Auto Parser examples
JSON Auto Parser
GET
https://api.webscrapingapi.com/v1?api_key={{api_key}}&url=https://webscrapingapi.com&auto_parser=1
Code to integrate
Response Example
{
"0": {
"tagName": "div",
"attributes": {
"id": "overlay"
}
},
"1": {
"tagName": "header",
"children": {
"0": {
"tagName": "div",
"attributes": {
"id": "header"
},
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/",
"class": "logo"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"class": "large-logo",
"src": "https://www.webscrapingapi.com/assets/images/icons/full.svg?v=18563bd69c",
"alt": "wsa-logo",
"height": "50",
"width": "280"
}
},
"1": {
"tagName": "img",
"attributes": {
"class": "small-logo",
"src": "https://www.webscrapingapi.com/assets/images/icons/short.svg?v=18563bd69c",
"alt": "wsa-logo",
"height": "30",
"width": "46"
}
}
}
},
"1": {
"tagName": "ul",
"attributes": {
"id": "header-menu"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "weglot-container weglot_here"
},
"text": "ENDEFRESPTZH",
"children": {
"0": {
"tagName": "aside",
"attributes": {
"data-wg-notranslate": "",
"tabindex": "0",
"aria-expanded": "false",
"role": "listbox",
"class": "weglot_switcher wg-drop country-selector closed",
"aria-activedescendant": "weglot-language-en",
"aria-label": "Language selected: English"
},
"text": "EN",
"children": {
"0": {
"tagName": "div",
"attributes": {
"data-l": "en",
"class": "wgcurrent wg-li en"
},
"text": "EN",
"children": {
"0": {
"tagName": "a",
"attributes": {
"tabindex": "-1",
"href": "#",
"target": "_self",
"role": "none",
"id": "weglot-language-en"
},
"text": "EN"
}
}
},
"1": {
"tagName": "ul",
"attributes": {
"role": "none"
},
"text": "DE",
"children": {
"0": {
"tagName": "li",
"attributes": {
"class": "wg-li de",
"data-l": "de",
"role": "none",
"id": "wg-de"
},
"text": "DE",
"children": {
"0": {
"tagName": "a",
"attributes": {
"id": "weglot-language-de",
"role": "option",
"href": "https://de.webscrapingapi.com/"
},
"text": "DE"
}
}
},
"1": {
"tagName": "li",
"attributes": {
"class": "wg-li fr",
"data-l": "fr",
"role": "none",
"id": "wg-fr"
},
"text": "FR",
"children": {
"0": {
"tagName": "a",
"attributes": {
"id": "weglot-language-fr",
"role": "option",
"href": "https://fr.webscrapingapi.com/"
},
"text": "FR"
}
}
},
"2": {
"tagName": "li",
"attributes": {
"class": "wg-li es",
"data-l": "es",
"role": "none",
"id": "wg-es"
},
"text": "ES",
"children": {
"0": {
"tagName": "a",
"attributes": {
"id": "weglot-language-es",
"role": "option",
"href": "https://es.webscrapingapi.com/"
},
"text": "ES"
}
}
},
"3": {
"tagName": "li",
"attributes": {
"class": "wg-li pt",
"data-l": "pt",
"role": "none",
"id": "wg-pt"
},
"text": "PT",
"children": {
"0": {
"tagName": "a",
"attributes": {
"id": "weglot-language-pt",
"role": "option",
"href": "https://pt.webscrapingapi.com/"
},
"text": "PT"
}
}
},
"4": {
"tagName": "li",
"attributes": {
"class": "wg-li zh",
"data-l": "zh",
"role": "none",
"id": "wg-zh"
},
"text": "ZH",
"children": {
"0": {
"tagName": "a",
"attributes": {
"id": "weglot-language-zh",
"role": "option",
"href": "https://zh.webscrapingapi.com/"
},
"text": "ZH"
}
}
}
}
}
}
}
}
},
"1": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Product",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://www.webscrapingapi.com/product/"
},
"text": "Product"
}
}
},
"2": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Pricing",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://www.webscrapingapi.com/pricing/"
},
"text": "Pricing"
}
}
},
"3": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Blog",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://www.webscrapingapi.com/blog/"
},
"text": "Blog"
}
}
},
"4": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Docs",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://www.webscrapingapi.com/docs/"
},
"text": "Docs"
}
}
},
"5": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Log in",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://app.webscrapingapi.com/login/"
},
"text": "Log in"
}
}
},
"6": {
"tagName": "li",
"attributes": {
"class": "menu-item btn"
},
"text": "Sign up",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://app.webscrapingapi.com/register",
"target": "_blank"
},
"text": "Sign up"
}
}
}
}
},
"2": {
"tagName": "img",
"attributes": {
"id": "menu-btn",
"src": "https://www.webscrapingapi.com/assets/images/icons/menu.svg?v=18563bd69c",
"alt": "mobile-menu-btn",
"width": "22",
"height": "17"
}
},
"3": {
"tagName": "img",
"attributes": {
"id": "close-btn",
"data-src": "https://www.webscrapingapi.com/assets/images/icons/close.svg?v=18563bd69c",
"alt": "mobile-menu-close-btn",
"width": "15",
"height": "17"
}
}
}
}
}
},
"2": {
"tagName": "div",
"attributes": {
"id": "splash"
},
"children": {
"0": {
"tagName": "section",
"children": {
"0": {
"tagName": "img",
"attributes": {
"src": "https://www.webscrapingapi.com/assets/images/illustrations/hero/hero-mobile.png?v=18563bd69c",
"class": "hero-img-mobile",
"alt": "WebScrapingAPI",
"width": "296",
"height": "211"
}
},
"1": {
"tagName": "img",
"attributes": {
"src": "https://www.webscrapingapi.com/assets/images/illustrations/hero/hero.png?v=18563bd69c",
"class": "hero-img",
"alt": "WebScrapingAPI",
"width": "280",
"height": "50"
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "splash-text"
},
"children": {
"0": {
"tagName": "h1",
"text": "The leading REST API for web scraping"
},
"1": {
"tagName": "p",
"attributes": {
"class": "p-big"
},
"text": "Join 10,000+ businesses that use WebScrapingAPI to gather data at scale."
},
"2": {
"tagName": "a",
"attributes": {
"href": "https://app.webscrapingapi.com/register",
"class": "btn sketchy-btn"
},
"text": "Try for free"
}
}
}
}
}
}
},
"3": {
"tagName": "div",
"attributes": {
"id": "companies"
},
"children": {
"0": {
"tagName": "section",
"children": {
"0": {
"tagName": "h2",
"text": "Join the 10,000+ companies, using WebScrapingAPI"
},
"1": {
"tagName": "div",
"attributes": {
"class": "logo-container"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "deloitte"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/companies/Deloitte.png?v=18563bd69c",
"alt": "Deloitte",
"width": "220",
"height": "50"
}
}
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "perrigo"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/companies/Perrigo.png?v=18563bd69c",
"alt": "Perrigo",
"width": "150",
"height": "60"
}
}
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "steelseries"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/companies/Steelseries.png?v=18563bd69c",
"alt": "Steelseries",
"width": "250",
"height": "100"
}
}
}
},
"3": {
"tagName": "div",
"attributes": {
"class": "wunderman"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/companies/Wunderman.png?v=18563bd69c",
"alt": "Wunderman Thompson",
"width": "220",
"height": "100"
}
}
}
},
"4": {
"tagName": "div",
"attributes": {
"class": "infraware"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/companies/Infraware.jpg?v=18563bd69c",
"alt": "Infraware",
"width": "200",
"height": "80"
}
}
}
}
}
}
}
}
}
},
"4": {
"tagName": "div",
"attributes": {
"id": "features-1",
"class": "features"
},
"children": {
"0": {
"tagName": "section",
"children": {
"0": {
"tagName": "h2",
"text": "Empower every team with data"
},
"1": {
"tagName": "p",
"attributes": {
"class": "subtitle p-big"
},
"text": "WebScrapingAPI collects the HTML from any web page using a simple API and provides\n ready-to-process data to everyone in your company."
},
"2": {
"tagName": "div",
"attributes": {
"class": "features-container"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "feature"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/key.png?v=18563bd69c",
"alt": "key",
"width": "146",
"height": "160"
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature-text"
},
"children": {
"0": {
"tagName": "h3",
"text": "We make sure you never get blocked"
},
"1": {
"tagName": "p",
"text": "Dealing with bot detection tools can be a challenge. We handle everything from Javascript\n rendering, CAPTCHAs, IP blocks, and automatic retries to fingerprinting. You only need to focus\n on your goals. We handle everything else."
}
}
}
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/location.png?v=18563bd69c",
"alt": "location",
"width": "146",
"height": "160"
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature-text"
},
"children": {
"0": {
"tagName": "h3",
"text": "100M+ Rotating proxies at your fingertips"
},
"1": {
"tagName": "p",
"text": "Access our unique, extensive pool of datacenter, mobile and residential IPs across hundreds of\n ISPs, supporting real user devices and automatic IP rotation to increase reliability and avoid\n IP blocks."
}
}
}
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "feature"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/custom.png?v=18563bd69c",
"alt": "custom",
"width": "146",
"height": "160"
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature-text"
},
"children": {
"0": {
"tagName": "h3",
"text": "Easy to use,",
"children": {
"0": {
"tagName": "br"
}
}
},
"1": {
"tagName": "p",
"text": "Our advanced features allow you to customize your requests based on your specific needs, play\n with: headers, IP geolocation, sticky sessions, and much more."
}
}
}
}
},
"3": {
"tagName": "div",
"attributes": {
"class": "feature"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/geotarget.png?v=18563bd69c",
"alt": "geotargeting",
"width": "146",
"height": "160"
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature-text"
},
"children": {
"0": {
"tagName": "h3",
"text": "Around the globe geotargeting"
},
"1": {
"tagName": "p",
"text": "Choose from 12 locations to send your web scraping API requests, with 195 more available for\n enterprise customers, or just use random locations."
}
}
}
}
},
"4": {
"tagName": "div",
"attributes": {
"class": "additional-features"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "additional"
},
"children": {
"0": {
"tagName": "div",
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/icons/chech-mark.svg?v=18563bd69c",
"alt": "checkmark",
"width": "22",
"height": "17"
}
}
}
},
"1": {
"tagName": "span",
"text": "99.99% Uptime"
}
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "additional"
},
"children": {
"0": {
"tagName": "div",
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/icons/chech-mark.svg?v=18563bd69c",
"alt": "checkmark",
"width": "22",
"height": "17"
}
}
}
},
"1": {
"tagName": "span",
"text": "Automatic Scaling"
}
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "additional"
},
"children": {
"0": {
"tagName": "div",
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/icons/chech-mark.svg?v=18563bd69c",
"alt": "checkmark",
"width": "22",
"height": "17"
}
}
}
},
"1": {
"tagName": "span",
"text": "24/7 Monitoring"
}
}
}
}
}
}
}
}
}
}
},
"5": {
"tagName": "div",
"attributes": {
"id": "slider"
},
"children": {
"0": {
"tagName": "h2",
"text": "How companies use our API"
},
"1": {
"tagName": "div",
"attributes": {
"class": "slider"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "swiper-container"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "swiper-wrapper"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "swiper-slide"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/carousel/pricetag.png?v=18563bd69c",
"alt": "price",
"width": "100",
"height": "100"
}
},
"1": {
"tagName": "span",
"text": "Price and Products"
},
"2": {
"tagName": "p",
"text": "Monitor your competitors' pricing and extract product information, such as available stock,\n product descriptions, reviews, and much more. So, you can fully automate your pricing strategies\n and product trends."
}
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "swiper-slide"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/carousel/revenue.png?v=18563bd69c",
"alt": "revenue",
"width": "100",
"height": "100"
}
},
"1": {
"tagName": "span",
"text": "Financial Data"
},
"2": {
"tagName": "p",
"text": "Base your investment decisions on 100% certain and authentic data. Go granular on compiling\n multiple sources of information and identify your risks and opportunities to make the best\n business decisions."
}
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "swiper-slide"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/carousel/travel.png?v=18563bd69c",
"alt": "travel",
"width": "100",
"height": "100"
}
},
"1": {
"tagName": "span",
"text": "Travel Fare Aggregation"
},
"2": {
"tagName": "p",
"text": "Collect data from hotel and flight company websites, online travel agencies, and other sources.\n Ensure a fast data gathering process, and overcome all the challenges you might face while\n obtaining information."
}
}
},
"3": {
"tagName": "div",
"attributes": {
"class": "swiper-slide"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/carousel/reviews.png?v=18563bd69c",
"alt": "reviews",
"width": "100",
"height": "100"
}
},
"1": {
"tagName": "span",
"text": "Customer Reviews"
},
"2": {
"tagName": "p",
"text": "Go deeper with your customer intelligence processes by gathering reviews from all over the\n Internet into one place. Interpret their different aspects to better understand your customers\n and their needs."
}
}
},
"4": {
"tagName": "div",
"attributes": {
"class": "swiper-slide"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/carousel/hr.png?v=18563bd69c",
"alt": "hr",
"width": "100",
"height": "100"
}
},
"1": {
"tagName": "span",
"text": "HR Job & Hiring Data"
},
"2": {
"tagName": "p",
"text": "Scrape job boards and career pages to analyze available spots and the hiring strategy of your\n competitors. We help you to find the number of vacant spots, new hirings, and other valuable\n pieces of information."
}
}
},
"5": {
"tagName": "div",
"attributes": {
"class": "swiper-slide"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/carousel/realestate.png?v=18563bd69c",
"alt": "real estate",
"width": "100",
"height": "100"
}
},
"1": {
"tagName": "span",
"text": "Real Estate"
},
"2": {
"tagName": "p",
"text": "Gather and analyze real estate data from multiple platforms to fully understand the market\n direction, improve your searches, or build alerts for your target acquisitions. Reach your goals\n with just a few clicks."
}
}
}
}
}
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "swiper-button-prev"
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "swiper-button-next"
}
}
}
}
}
},
"6": {
"tagName": "div",
"attributes": {
"id": "features-2",
"class": "features"
},
"children": {
"0": {
"tagName": "section",
"children": {
"0": {
"tagName": "h2",
"text": "Why WebScrapingAPI works for you"
},
"1": {
"tagName": "p",
"attributes": {
"class": "subtitle"
},
"text": "Our clients love us because we never settle on these."
},
"2": {
"tagName": "div",
"attributes": {
"class": "features-container"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "feature"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/scale.png?v=18563bd69c",
"alt": "scale",
"width": "146",
"height": "160"
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature-text"
},
"children": {
"0": {
"tagName": "h3",
"text": "Mass web crawling"
},
"1": {
"tagName": "p",
"text": "Our API enables you to execute mass crawling operations on any website you target. We implement\n the latest anti-bot detection tools to achieve high success rates."
}
}
}
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/fast.png?v=18563bd69c",
"alt": "speed",
"width": "146",
"height": "160"
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature-text"
},
"children": {
"0": {
"tagName": "h3",
"text": "Speed obsessive architecture"
},
"1": {
"tagName": "p",
"text": "We use state-of-the-art technology to make sure your target website loads in the blink of an eye,\n and you get the HTML content instantly."
}
}
}
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "feature"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/boxes.png?v=18563bd69c",
"alt": "boxes",
"width": "146",
"height": "160"
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "feature-text"
},
"children": {
"0": {
"tagName": "h3",
"text": "Javascript rendering: What users see is what you get"
},
"1": {
"tagName": "p",
"text": "Activate Javascript rendering using real browsers and get the exact information displayed to the\n users, including single-page applications using React, AngularJS, Vue, or any other\n libraries."
}
}
}
}
}
}
}
}
}
}
},
"7": {
"tagName": "div",
"attributes": {
"id": "one-API"
},
"children": {
"0": {
"tagName": "section",
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/knife.png?v=18563bd69c",
"alt": "multitool",
"width": "255",
"height": "227"
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "one-api-text"
},
"children": {
"0": {
"tagName": "h2",
"text": "One API. Cleaner code."
},
"1": {
"tagName": "p",
"attributes": {
"class": "p-big"
},
"text": "Use one API to collect data, from any website. Integrate with any development language and\n customize your\n requests in just 30 seconds."
}
}
}
}
}
}
},
"8": {
"tagName": "div",
"attributes": {
"id": "testimonials"
},
"children": {
"0": {
"tagName": "h2",
"text": "Trusted by startups and the world's largest companies"
},
"1": {
"tagName": "img",
"attributes": {
"class": "background",
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/reviews/Background.svg?v=18563bd69c",
"alt": "background",
"width": "650",
"height": "375"
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "testimonials-container"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "testimonial"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/reviews/Avatar1.png?v=18563bd69c",
"alt": "avatar",
"width": "65",
"height": "73"
}
},
"1": {
"tagName": "span",
"text": "Nic Stevens"
},
"2": {
"tagName": "p",
"text": "WebScrapingAPI has enabled us to streamline the data capture process with the help of Javascript\n rendering."
}
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "testimonial"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/reviews/Avatar2.png?v=18563bd69c",
"alt": "avatar",
"width": "65",
"height": "73"
}
},
"1": {
"tagName": "span",
"text": "Sam Coren"
},
"2": {
"tagName": "p",
"text": "WebScrapingAPI has helped us grow our business. The customer support has been amazing, and honestly, if\n we went with another company, we would be lost."
}
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "testimonial"
},
"children": {
"0": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/reviews/Avatar3.png?v=18563bd69c",
"alt": "avatar",
"width": "65",
"height": "73"
}
},
"1": {
"tagName": "span",
"text": "Grace Dilworth"
},
"2": {
"tagName": "p",
"text": "Very impressed so far. Moving over from previous work with ScrapeStack, and their support (Hellen did my\n onboarding and is very helpful) and product are top-notch."
}
}
}
}
}
}
},
"9": {
"tagName": "div",
"attributes": {
"id": "cta"
},
"children": {
"0": {
"tagName": "section",
"children": {
"0": {
"tagName": "h2",
"text": "Start scraping data with WebScrapingAPI"
},
"1": {
"tagName": "div",
"attributes": {
"class": "buttons"
},
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://app.webscrapingapi.com/register",
"class": "btn sketchy-btn"
},
"text": "Try for free"
},
"1": {
"tagName": "a",
"attributes": {
"href": "/contact",
"class": "btn"
},
"text": "Contact sales"
}
}
},
"2": {
"tagName": "div",
"attributes": {
"class": "cta-bottom"
},
"text": "Get started with",
"children": {
"0": {
"tagName": "span",
"text": "5,000 free API calls.",
"children": {
"0": {
"tagName": "br"
}
}
},
"1": {
"tagName": "img",
"attributes": {
"data-src": "https://www.webscrapingapi.com/assets/images/illustrations/send.png?v=18563bd69c",
"alt": "send",
"width": "185",
"height": "170"
}
}
}
}
}
}
}
},
"10": {
"tagName": "footer",
"attributes": {
"id": "footer"
},
"children": {
"0": {
"tagName": "section",
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "footer-menus"
},
"children": {
"0": {
"tagName": "ul",
"attributes": {
"class": "footer-menu"
},
"children": {
"0": {
"tagName": "li",
"attributes": {
"class": "title"
},
"text": "Product"
},
"1": {
"tagName": "li",
"children": {
"0": {
"tagName": "span"
}
}
},
"2": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Features",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/product"
},
"text": "Features"
}
}
},
"3": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Pricing",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/pricing"
},
"text": "Pricing"
}
}
},
"4": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Status",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://status.webscrapingapi.com/",
"target": "_blank",
"rel": "noopener"
},
"text": "Status"
}
}
},
"5": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Careers",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/careers"
},
"text": "Careers"
}
}
}
}
},
"1": {
"tagName": "ul",
"attributes": {
"class": "footer-menu"
},
"children": {
"0": {
"tagName": "li",
"attributes": {
"class": "title"
},
"text": "Account"
},
"1": {
"tagName": "li",
"children": {
"0": {
"tagName": "span"
}
}
},
"2": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Sign Up FREE",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://app.webscrapingapi.com/register"
},
"text": "Sign Up FREE"
}
}
},
"3": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Log In",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://app.webscrapingapi.com/login"
},
"text": "Log In"
}
}
}
}
},
"2": {
"tagName": "ul",
"attributes": {
"class": "footer-menu"
},
"children": {
"0": {
"tagName": "li",
"attributes": {
"class": "title"
},
"text": "Legal"
},
"1": {
"tagName": "li",
"children": {
"0": {
"tagName": "span"
}
}
},
"2": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Terms & Conditions",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/terms"
},
"text": "Terms & Conditions"
}
}
},
"3": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Privacy Policy",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/privacy"
},
"text": "Privacy Policy"
}
}
},
"4": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Cookie Policy",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/cookies"
},
"text": "Cookie Policy"
}
}
},
"5": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Service Agreement",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/agreement"
},
"text": "Service Agreement"
}
}
}
}
},
"3": {
"tagName": "ul",
"attributes": {
"class": "footer-menu"
},
"children": {
"0": {
"tagName": "li",
"attributes": {
"class": "title"
},
"text": "Support"
},
"1": {
"tagName": "li",
"children": {
"0": {
"tagName": "span"
}
}
},
"2": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Contact us",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/contact"
},
"text": "Contact us"
}
}
},
"3": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "API Documentation",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://app.webscrapingapi.com/documentation/getting-started"
},
"text": "API Documentation"
}
}
},
"4": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "Knowledge Base",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "https://kb.webscrapingapi.com/"
},
"text": "Knowledge Base"
}
}
},
"5": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "FAQ",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/docs"
},
"text": "FAQ"
}
}
},
"6": {
"tagName": "li",
"attributes": {
"class": "menu-item"
},
"text": "SDK",
"children": {
"0": {
"tagName": "a",
"attributes": {
"href": "/docs/#sdk"
},
"text": "SDK"
}
}
}
}
}
}
},
"1": {
"tagName": "div",
"attributes": {
"class": "footer-copyright"
},
"text": "©",
"children": {
"0": {
"tagName": "span",
"attributes": {
"id": "footer-year"
}
}
}
}
}
}
}
},
"11": {
"tagName": "script",
"text": "\n const bundle = document.createElement('link');\n bundle.rel = 'stylesheet';\n bundle.href = 'https://www.webscrapingapi.com/assets/bundles/bundle.css?v=18563bd69c';\n bundle.type = 'text/css';\n const defer = document.getElementsByTagName('link')[0];\n defer.parentNode.insertBefore(bundle, defer);\n"
},
"12": {
"tagName": "script",
"attributes": {
"src": "https://www.webscrapingapi.com/assets/bundles/bundle-fold.js?v=18563bd69c"
},
"text": ""
},
"13": {
"tagName": "script",
"attributes": {
"id": "bundle-loader"
},
"text": "\n\n function scrollLoad(script)\n {\n const scrollLoadScript = function() {\n loadSingleBundle(script)\n window.removeEventListener('scroll', scrollLoadScript)\n }\n window.addEventListener('scroll', scrollLoadScript)\n }\n\n scrollLoad(\"https://www.google.com/recaptcha/api.js\")\n\n function loadSingleBundle(bundleName, onLoaded)\n {\n let js_bundle = document.createElement('script')\n js_bundle.src = bundleName\n if(onLoaded) js_bundle.onload = onLoaded\n const defer = document.getElementById('bundle-loader')\n defer.parentNode.insertBefore(js_bundle, defer)\n }\n\n const pathname = window.location.pathname\n let is_post = false\n let is_blog = false\n\n let bundleName\n\n const pages = [\n '/product/',\n '/contact/',\n '/terms/',\n '/privacy/',\n '/cookies/',\n '/agreement/',\n '/docs/',\n '/careers/',\n ]\n\n loadSingleBundle('https://www.webscrapingapi.com/assets/bundles/bundle-fold.js?v=18563bd69c')\n\n if (pathname === '/') {\n bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-home.js?v=18563bd69c'\n } else if (pathname === '/pricing/') {\n bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-pricing.js?v=18563bd69c'\n } else if (pathname === '/blog/') {\n bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-blog.js?v=18563bd69c'\n is_blog = true\n } else if (pages.indexOf(pathname) !== -1) {\n bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-page.js?v=18563bd69c'\n } else if (is_post) {\n bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-post.js?v=18563bd69c'\n } else {\n console.log(\"No bundle found for this page.\")\n }\n\n if (bundleName) {\n const load_bundle = function() {\n loadSingleBundle(bundleName)\n window.removeEventListener('scroll', load_bundle)\n }\n window.addEventListener('scroll', load_bundle)\n }\n"
},
"14": {
"tagName": "div",
"attributes": {
"id": "beacon-container",
"class": "beacon-facade"
},
"children": {
"0": {
"tagName": "div",
"attributes": {
"class": "frame-content"
},
"children": {
"0": {
"tagName": "button",
"attributes": {
"aria-label": "Open Beacon popover",
"aria-expanded": "false",
"aria-controls": "HSBeaconContainerFrame",
"class": "sc-Axmtr fpMCQD"
},
"children": {
"0": {
"tagName": "span",
"attributes": {
"class": "sc-fzoLsD bIvNUR c-FabButton__icon--icon"
},
"children": {
"0": {
"tagName": "svg",
"attributes": {
"width": "24",
"height": "22",
"xmlns": "http://www.w3.org/2000/svg"
},
"children": {
"0": {
"tagName": "path",
"attributes": {
"d": "M20.347 20.871l-.003-.05c0 .017.001.034.003.05zm-.243-4.278a2 2 0 0 1 .513-1.455c1.11-1.226 1.383-2.212 1.383-4.74C22 5.782 18.046 2 13.125 2h-2.25C5.954 2 2 5.78 2 10.399c0 4.675 4.01 8.626 8.875 8.626h2.25c.834 0 1.606-.207 3.212-.798a2 2 0 0 1 1.575.083l2.355 1.161-.163-2.878zM10.875 0h2.25C19.13 0 24 4.656 24 10.399c0 2.6-.25 4.257-1.9 6.08l.243 4.279c.072.845-.807 1.471-1.633 1.162l-3.682-1.816c-1.212.446-2.527.921-3.903.921h-2.25C4.869 21.025 0 16.142 0 10.4 0 4.656 4.869 0 10.875 0z",
"fill": "#FFF"
}
}
}
}
}
}
}
}
}
}
}
},
"15": {
"tagName": "script",
"attributes": {
"type": "text/javascript",
"src": "https://cdn.weglot.com/weglot.min.js",
"onload": "initWeglot()",
"defer": ""
},
"text": ""
},
"16": {
"tagName": "script",
"text": "\n function initWeglot() {\n Weglot.initialize({\n \tapi_key: 'wg_c9d22e5594aecc2f09b25cf24ae190be3'\n \t});\n }\n"
}
}