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

    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
  • Blog

    Learn

    Case Studies

    Webinars

    Videos

    White Papers

    Join our Community
    Web scraping APIs vs proxies: A head-to-head comparison
    Blog Post
    The seven habits of highly effective data teams
    Blog Post
  • 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
Home
Blog
Blog Comments API Beta Release: Engaging with Readers
Light
Dark

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

Read Time
3 Mins
Posted on
July 30, 2020
Use case
We are excited to announce our newest Automatic Extraction API. The Blog Comments API is now publicly available as a BETA release.
By
John Campbell
×
Subscribe to our Blog

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 Beta 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" } ]
[ { "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  

×

Get the latest posts straight to your inbox

No matter what data type you're looking for, we've got you

G2.com

Capterra.com

Proxyway.com

EWDCI logoMost loved workplace certificateZyte rewardISO 27001 iconG2 rewardG2 rewardG2 reward

© Zyte Group Limited 2026

Try Zyte API

Try Zyte API

Zyte proxies and smart browser tech rolled into a single API.
Zyte proxies and smart browser tech rolled into a single API.
Start FreeFind out more
Start FreeFind out more