PINGDOM_CHECK

#ExtractSummit2026 The world's largest web scraping conference returns. Austin Oct 7–8 · Dublin Nov 10–11.

Register now
Data Services
Pricing
Login
Try Zyte APIContact Sales
  • Unblocking and Extraction

    Zyte API

    The ultimate API for web scraping. Avoid website bans and access a headless browser or AI Parsing

    Ban Handling

    Headless Browser

    AI Extraction

    SERP

    Enterprise

    DocumentationSupport

    Hosting and Deployment

    Scrapy Cloud

    Run, monitor, and control your Scrapy spiders however you want to.

    Coding Agent Add-Ons

    Agentic Web Data

    Plugins that give coding agents the context to build production Scrapy projects. Starts with Claude Code.

  • Data Services
  • Pricing
  • Browse

    • BlogArticles, podcasts, videos
    • Case studiesCustomer outcomes
    • White papersIn-depth reports
    • EventsConferences, webinars, recordings

    Subscribe

    • NewsletterSwiftly delivered
    • Discord communityExtract Data community
  • Product and E-commerce

    From e-commerce and online marketplaces

    Data for AI

    Collect and structure web data to feed AI

    Job Posting

    From job boards and recruitment websites

    Real Estate

    From Listings portals and specialist websites

    News and Article

    From online publishers and news websites

    Search

    Search engine results page data (SERP)

    Social Media

    From social media platforms online

  • Meet Zyte

    Our story, people and values

    Contact us

    Get in touch

    Support

    Knowledge base and raise support tickets

    Terms and Policies

    Accept our terms and policies

    Open Source

    Our open source projects and contributions

    Web Data Compliance

    Guidelines and resources for compliant web data collection

    Join the team building the future of web data
    We're Hiring
    Trust Center
    Security, compliance & certifications
Login
Try Zyte APIContact Sales

Zyte Developers

Coding tools & hacks straight to your inbox

Become part of the community and receive a bi-weekly dosage of all things code.

Join us
    • Zyte Data
    • News & Articles
    • Search
    • Social Media
    • Product
    • Data for AI
    • Job Posting
    • Real Estate
    • Zyte API - Ban Handling
    • Zyte API - Headless Browser
    • Zyte API - AI Extraction
    • Web Scraping Copilot
    • Zyte API Enterprise
    • Scrapy Cloud
    • Solution Overview
    • Blog
    • Webinars
    • Case Studies
    • White Papers
    • Documentation
    • Web Scraping Maturity Self-Assesment
    • Web Data compliance
    • Meet Zyte
    • Jobs
    • Terms and Policies
    • Trust Center
    • Support
    • Contact us
    • Pricing
    • Do not sell
    • Cookie settings
    • Sign up
    • Talk to us
    • Cost estimator
All articles
AI60, 60 articles
Data quality13, 13 articles
Developer interest57, 57 articles
Integration2, 2 articles
Open-source40, 40 articles
Proxies29, 29 articles
Scraping practice17, 17 articles
Scraping strategy26, 26 articles
Web data60, 60 articles
Web scraping APIs33, 33 articles
Zyte API59, 59 articles
Scrapy48, 48 articles
Scrapy Cloud10, 10 articles
Web Scraping Copilot12, 12 articles
AI & Machine Learning1, 1 articles
Automotive2, 2 articles
E-commerce & retail26, 26 articles
Entertainment & Streaming2, 2 articles
Financial Services8, 8 articles
Government2, 2 articles
Market Research & Intelligence3, 3 articles
Media & publishing8, 8 articles
Real Estate2, 2 articles
Recruitment & HR3, 3 articles
Transportation & Logistics2, 2 articles
Travel & hospitality2, 2 articles
Extract Summit25, 25 articles
PyCon1, 1 articles

Appearance

Discord Community
BlogUse caseBlog Comments API Beta Release: Engaging with Readers
ArticleUse case

Blog Comments API Beta Release: Engaging with Readers

Blog Comments API Beta Release - Explore the new Blog Comments API in beta release, enabling streamlined access to valuable blog engagement data.

J

John Campbell

3 min read · July 30, 2020

Blog Comments API Beta Release: Engaging with Readers

Blog comments API (BETA): Extract blog comment data at scale

A reliable and scalable way to tap into blog comment  driven insights

We are excited to announce our newest Automatic Extraction API. The Blog Comments API is now publicly available as a BETA release.

If you want to skip the introductions and just get stuck in, here are the links you need:

  • Get the Comments API
  • Zyte Automatic Extraction - Comments API Documentation

What does the Comments API B__eta release achieve?

Zyte Automatic Extraction Comments API sets out to bring the power of our automatic data extraction capabilities currently used for applications such as media monitoring, job postings, and more into the arena of blog comment analysis. 

The underlying data model for the API was released to production as part of 20.6.0 release of AutoExtract.

Delve deeper into the world of sentiment analysis with blog comment analysis

Customer support management presents many challenges due to the sheer number of requests, varied topics, and diverse departments within a company that might have a say in resolving the matter.

Sourcing structured data from blog comments as provided by our API can be used in tandem with natural language understanding (NLU) solutions to quickly and effectively identify, track and act upon particular conversation strings ‘hidden’ amongst the noise of thousands of comments. You are effectively highlighting warning signs that your CX team should become involved before an incident takes place.

Another particular powerful insight that can be derived from comments revolving around the sphere of Voice of Customer (VoC) and product analysis. By tapping into blog comments, you can search keywords for a particular product or feature or use the parsed data to train sentiment analysis model to find only the information you need.

Get machine-readable, structured blog comment data without code!

Without our Comments API (Beta), you would need to write custom code for each blog post to extract and parse the data. Let alone the time and overhead spend required to maintain the necessary infrastructure to deliver the data in real-time, in a scalable fashion and reliably.

Our APIs allow you to focus on the data, not harvesting it!

We are continuously improving the underlying AI technology, so you can be assured you get the highest quality comment data possible.

How to use It?

Using the API is simple:

  1. First, provide a feed of page URLs you want to extract data from into AutoExtract as an API Request.
  2. Get a coffee (or whatever is your drink of choice), lay back and let the API do it’s magic! 
  3. Voilà! Structured, machine-readable comments data directly into your environment in JSON.

Here’s an example response:

Plain text

Copy to clipboard

Open code in new window

EnlighterJS 3 Syntax Highlighter

[ { "comments": { "url": "https://example.com/article-with-comments", "comments": [ { "text": "A comment on article", "datePublished": "2020-01-30T00:00:00", "datePublishedRaw": "Jan 30, 2020", "upvoteCount": 12, "downvoteCount": 1, "probability": 0.95 }, { "text": "Another comment", "probability": 0.95 } ] }, "webPage": { "inLanguages": [ {"code": "en"}, {"code": "es"} ] }, "query": { "id": "1564747029122-9e02a1868d70b7a3", "domain": "example.com", "userQuery": { "pageType": "comments", "url": "https://example.com/article-with-comments" } ]

[ { "comments": { "url": "https://example.com/article-with-comments", "comments": [ { "text": "A comment on article", "datePublished": "2020-01-30T00:00:00", "datePublishedRaw": "Jan 30, 2020", "upvoteCount": 12, "downvoteCount": 1, "probability": 0.95 }, { "text": "Another comment", "probability": 0.95 } ] }, "webPage": { "inLanguages": [ {"code": "en"}, {"code": "es"} ] }, "query": { "id": "1564747029122-9e02a1868d70b7a3", "domain": "example.com", "userQuery": { "pageType": "comments", "url": "https://example.com/article-with-comments" } ]

Learn more about the API in the documentation.

Blog Comment Data at your disposal

Our Comments data API is ideal for

  • Customer support
  • Customer feedback
  • Brand monitoring
  • Voice of Customer (VoC)
  • Voice of employee
  • Product analysis
  • Market research and competitive research

Data fields that Comments API can extract for you:

  • Text
  • Date published
  • Date published raw
  • UpVote Count
  • Downvote Count
  • Probability
  • URL

Read the documentation for more information about the fields.

Try the Comments API today!

Here’s what you need to do if you want to get access to Comments API:

  1. Sign up for a free trial here.
  2. You can start using the Comments API straight away.
  3. Comments API usage during your trial is completely free!

 

If you want to check out any of our other Zyte Automatic Extraction APIs, check them out here for free!

PS: I said it before, no better place to gain product feedback than in a blog post comment. Please share your thoughts  in the comments below

Try Zyte API

Build your first scraper in minutes

Free trial, no credit card. From a single request to production in an afternoon.

Get started
Use case
J

John Campbell

More from this author

In this article

  • A reliable and scalable way to tap into blog comment driven insights
  • What does the Comments API Beta release achieve?
  • Delve deeper into the world of sentiment analysis with blog comment analysis
  • Get machine-readable, structured blog comment data without code!
  • Our APIs allow you to focus on the data, not harvesting it!
  • How to use It?
  • Blog Comment Data at your disposal
  • Try the Comments API today!

Follow

Get the latest

Zyte and the data web in your inbox — or wherever you already are.

Subscribe

Or follow elsewhere

Continue reading

Scraping Swiss Army Knife: My personal fix for web setup fatigue using Docker, Scrapy and Zyte
Use case

Scraping Swiss Army Knife: My personal fix for web setup fatigue using Docker, Scrapy and Zyte

Tired of repeating web scraping setup? Learn how a multi-arch Docker container with Scrapy, Zyte, Requests, and Pandas speeds up exploration and debugging.

Ayan Pahwa·10 min·February 5, 2026
How I trade gold using e-ink, live data and an old Raspberry Pi
Use case

How I trade gold using e-ink, live data and an old Raspberry Pi

Track real-world gold and silver retail prices automatically using Zyte API, Python, and a Raspberry Pi with an e-ink display. Learn how to scrape rendered HTML, parse prices, and build an always-on trading dashboard.

Ayan Pahwa·10 min·February 2, 2026
How price extraction is fuelling insights for modern retailers
Use case

How price extraction is fuelling insights for modern retailers

Retail pricing has long combined data, experience, and instinct – but today’s market volatility demands a faster, smarter approach.

Theresia Tanzil·7 mins·July 23, 2025

The Community · Newsletter

The best of Zyte and the data web, in your inbox.

One curated edition — new articles, product updates, and the stories shaping the data web. No noise.

G2.com

Capterra.com

Proxyway.com

EWDCI logoMost loved workplace certificateZyte rewardISO 27001 iconG2 rewardG2 rewardG2 reward

© Zyte Group Limited 2026
1\[ { "comments": { "url": "https://example.com/article-with-comments", "comments": \[ { "text": "A comment on article", "datePublished": "2020-01-30T00:00:00", "datePublishedRaw": "Jan 30, 2020", "upvoteCount": 12, "downvoteCount": 1, "probability": 0.95 }, { "text": "Another comment", "probability": 0.95 } \] }, "webPage": { "inLanguages": \[ {"code": "en"}, {"code": "es"} \] }, "query": { "id": "1564747029122-9e02a1868d70b7a3", "domain": "example.com", "userQuery": { "pageType": "comments", "url": "https://example.com/article-with-comments" } \]
Copy