PINGDOM_CHECK

Web Scraping Copilot is live. Build Scrapy spiders 3× faster, free in VS Code.

Install Now
  • Data Services
  • Pricing
  • Login
    Sign up👋 Contact 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

Businesses that depend on blog comment data use Zyte

Web data your way - Build or Buy?

Find the fastest route to quality business location data for you

Developer

From

$

0.8 /

10.000 requests

The most complete and advanced AI-powered web scraping, anti-ban, and headless browser solution on the market.

Try FreeSee Tutorial
  • Automatically avoid bans

  • Target Geographies

  • Where required execute JavaScript or utilize pre-made actions

  • Integrate with Scrapy, the world's most popular open-source scraping framework


The most cost-effective and powerful way to scrape business directory data today.

Data Buyer

From

$

450

/month

Don’t waste time scraping the same sites we already do on a regular basis.

Get in touch
  • Expert team of 100+ developers

  • Legal compliance built-in

  • 13Bn+ data points from the most popular business location websites every day

  • Designed for scale

  • Standard or customized data schemas available


The fastest way to get rock-solid, reliable business location, and directory data.

*Set up costs not included.

What data fields are typically extracted when scraping comment data?

Access structured, clean, and insight-ready blog comment data to underpin a myriad of applications. From voice-of-customer and product analysis to advanced natural language understanding solutions, to quickly identify, and track conversation strings ‘hidden’ amongst the noise of thousands of comments online.

  • Page URL

  • Date published

  • Date published raw

  • Downvote count

  • Upvote count

  • Text

The best way to collect web comment data

We probably already extract data from your target website and can offer the data you need in a standardized schema that will make your life easier and save you time and money.
Zyte Data
The ultimate web scraping API, designed to automatically avoid bans in the most cost-effective way possible saving you time and money at every stage of your project.
Zyte API

Are you Enterprise Ready?

As the global leader for 12+ years, Zyte has developed the expertise, processes and technology that guarantees success for our clients. 

Our dedicated customer success managers partner with your team to ensure best-in-class advice and web scraping results - guaranteeing quality and performance with 24/7 monitoring and support.

Talk to us

Keep up-to-date with trends in web data extraction

Webinar

Himanshi Bhatt
<1 mins
Read More

Whitepaper / eBook

Marie Moynihan
<1 Mins
Read More

White Paper / eBook

Marie Moynihan
< 1 Mins
Read More

G2.com

Capterra.com

Proxyway.com

EWDCI logoMost loved workplace certificateZyte rewardISO 27001 iconG2 rewardG2 rewardG2 reward

© Zyte Group Limited 2026
BLOG COMMENT DATA EXTRACTION
Buy data with Zyte DataBuild scrapers with Zyte API
1[
2  {
3    "comments": {
4      "url": "https://example.com/article-with-comments",
5      "comments": [
6        {
7          "text": "A comment on article",
8          "datePublished": "2020-01-30T00:00:00",
9          "datePublishedRaw": "Jan 30, 2020",
10          "upvoteCount": 12,
11          "downvoteCount": 1,
12          "probability": 0.95
13        },
14        {
15          "text": "Another comment",
16          "probability": 0.95
17        }
18      ]
19    },
20    "webPage": {
21      "inLanguages": [
22        {"code": "en"},
23        {"code": "es"}
24      ]
25    },
26    "query": {
27      "id": "1564747029122-9e02a1868d70b7a3",
28      "domain": "example.com",
29      "userQuery": {
30        "pageType": "comments",
31        "url": "https://example.com/article-with-comments"
32      }
33    },
34    "algorithmVersion": "20.8.1"
35  }
36]
Copy