Market intelligence teams
Article review
Export article metadata, Picks count, visible summary text, and public comment snippets before tagging coverage by company, industry, executive, or policy theme.
Limited Time — Lifetime Access for just $99. Lock in before prices rise.
The NewsPicks article scraper turns a NewsPicks article page into a structured CSV without code. It opens the article, waits for embedded structured data, extracts title, source, published time, update time, Picks count, article summary, public comment details, and page URL, then saves newspicks_article_scraper.csv from the local desktop app.
CSV
12
7 blocks
Article page
Free import
At a glance
Reads structured article data first
The workflow waits for NewsPicks JSON-LD, then normalizes the article headline, publisher/source, dates, page URL, description, and comment objects into hidden rows that Structured Export can read cleanly.
One row per available comment
If public comments are embedded on the page, each comment becomes a CSV row with the same article context attached. If no public comment object is available, the export still preserves the article-level fields for review.
Built for local custody
The browser session and export file stay in the desktop workflow. That helps teams avoid cloud actor queues when monitoring sensitive companies, policy topics, markets, or media narratives.
Easy to inspect and adjust
The graph is readable: Navigate, wait, inject the normalization script, wait for generated rows, then export. You can change the start URL, save path, pacing, and file mode without rebuilding a crawler.
Who uses it
Market intelligence teams
Article review
Export article metadata, Picks count, visible summary text, and public comment snippets before tagging coverage by company, industry, executive, or policy theme.
Researchers and analysts
Comment context
Build a small, auditable dataset of NewsPicks article context and embedded comments for qualitative review, citation tracking, or internal evidence packs.
Editorial and comms teams
Cross-source monitoring
Pair the export with the Google News Keyword Scraper, Yahoo News Scraper, or Nikkei News Scraper when one story needs broader source comparison.
How to use
Download and import
Download the hosted JSON template from this page and import it into UScraper.
Replace the article URL
Open the Navigate block and paste the NewsPicks article URL you are allowed to process. Start with one article so the output is easy to inspect.
Let the waits finish
The workflow waits for page load, then waits for script[type="application/ld+json"] because NewsPicks exposes the most reliable article and comment data there.
Normalize public data
The JavaScript block reads JSON-LD, meta tags, page text, and Picks count signals, then creates hidden export rows for each available comment.
Export and review
Structured Export writes newspicks_article_scraper.csv with headers into your configured folder. Open it, confirm row count and fields, then decide whether to repeat with another article.
Output preview
newspicks_article_scraper.csvColumn
title
Article headline from JSON-LD or Open Graph title.
Column
author
Source, publisher, or author name inferred from metadata.
Column
updated_time
Modified time, falling back to published time when needed.
Column
published_time
Article publication timestamp when exposed.
Column
picks_count
Visible Picks count parsed from page text when available.
Column
page_url
Canonical NewsPicks article URL.
Column
article_content
Article description or Open Graph summary.
Column
comment_count
Structured comment count when NewsPicks exposes it.
Column
comment_user_name
Public commenter name from embedded comment data.
Column
job_title
Commenter job title when included in the structured data.
Column
comment_content
Public comment text available to the page session.
Column
comment_date
Comment creation or published date.
Sample rows
1 of many
| title | author | updated_time | published_time | picks_count | page_url | article_content | comment_count | comment_user_name | job_title | comment_content | comment_date |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Major bank expands AI review program | Business News Wire | 2026-06-10T11:30:00+09:00 | 2026-06-10T09:00:00+09:00 | 184 | The company will expand automated review across regional branches... | 12 | Keiko Tanaka | Strategy Analyst | This matters because regional deployment changes the cost curve. | 2026-06-10T12:05:00+09:00 |
Browse more workflows in the UScraper template library, install the local desktop app from the download page, or use the Universal Content Scraper for article sites that do not need NewsPicks-specific comment fields.
NewsPicks pages can include public metadata, copyrighted article text, user comments, account-only sections, and platform terms that restrict automated access. Use this template only for permitted research or internal review, keep volume modest, do not bypass login walls or CAPTCHA, and get legal review before redistribution, resale, or AI training.
Before you run
Check these before repeat exports
Public comments can be limited
Full comment access may require login, membership, or CAPTCHA handling. This template does not bypass access controls; it exports what the current browser session can read from the page.
Structured data can change
The workflow relies on JSON-LD and metadata before exporting hidden rows. If the CSV turns empty after a NewsPicks redesign, review the wait block and normalization script.
Use measured article batches
Run one article first, then process additional URLs slowly. High-volume automated collection can create reliability, rate-limit, and policy issues even when every page is visible in a browser.
Download and use this template instantly
UScraper templates are open source. Improve this workflow or contribute a new one to help the community grow.
Contribute on GitHubBrowse more templates in the library
All TemplatesHere are some of our most common questions. Can't find what you're looking for?
View All FAQsDownload UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.
Available on Windows 10+ and macOS 12+ · Need help? [email protected]