Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Data Scraping Studio

Data Scraping Studio

Point and click screen scraping tool using CSS selectors

13 followers

Point and click screen scraping tool using CSS selectors

13 followers

Visit website
Data analysis tools
•
Automation tools
  • Overview
  • Launches6
  • Reviews
  • Alternatives
  • Team
  • Awards
  • More
Company Info
agenty.com
Data Scraping Studio Info
Launched in 2016View 6 launches
Forum
p/data-scraping-studio
Awards
Data Scraping Studio was ranked #1 of the day for January 18th, 2016
View all
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialWellfound

Similar Products

Dashblock
Turn any website into an API
4.0(2 reviews)
Automation toolsUnified API
Google Cloud Platform
Google Cloud Platform
A suite of cloud computing services by Google
4.9(127 reviews)
Engineering & DevelopmentWeb hosting services
Standuply: Poll & Survey Scrum Bot
Standuply: Poll & Survey Scrum Bot
Project Management Assistant for Slack and MS Teams
4.0(6 reviews)
Team collaboration softwareStandup bots
Parsers
Parsers
Web Scrapper
5.0(1 review)
No-code platformsData analysis tools
Data Scraping Studio (v 1.7)
Data Scraping Studio (v 1.7)
Crawl password protected websites using CSS Selectors
Password managers
View more
This is the 6th launch from Data Scraping Studio. View more

Puppeteer API

Convert your website into an API
Puppeteer API was ranked #5 of the day for May 23rd, 2020
Introducing our new integration of Puppeteer with scraping agent to allow users to write custom puppeteer scripts in Node.js backed by Agenty cloud for performance and scaling.
See examples on sidebar or on Github - https://github.com/agenty/agenty-chrome-api
Puppeteer API gallery image
Puppeteer API gallery image
Launch tags:
Web App•Chrome Extensions•Productivity
Launch Team
Vikash Rathee

What do you think? …

Vikash Rathee
Vikash Rathee
idm.in

idm.in

Maker
Hi Product Hunters! I will be live today for discussions, please ask question or share your feedback. I will try to respond all questions and plan the improvements in next version, if you have any feedback.
Report
5yr ago
Chris Messina
Chris Messina
@vikashrathee wait, so how does this turn a website into an API?
Report
5yr ago
Vikash Rathee
Vikash Rathee
idm.in

idm.in

Maker
@chrismessina Just write a puppeteer script and use that to send POST request to https://chrome.agenty.com/function API to turn the website into API. For example, here is an example code to navigate to site > extract 4 fields > return JSON const fetch = require('node-fetch'); const jsonBody = {"code" : "// Read the `url` from request, goto the page, extract products\n// capture screenshot and return the results\n\nmodule.exports = async ({ page, request }) => {\n const response = await page.goto(request.url);\n console.log(response.status());\n const result = await page.evaluate(() => {\n const data = [];\n var products = document.querySelectorAll('.product_pod');\n for (var product of products) {\n data.push({\n product_name: product.querySelector('h3').textContent,\n product_price: product.querySelector('.price_color').textContent,\n product_availability: product.querySelector('.availability').textContent,\n product_image: \"http://books.toscrape.com\" + product.querySelector('.thumbnail').getAttribute(\"src\"),\n product_link: \"http://books.toscrape.com\" + product.querySelector('h3 > a').getAttribute(\"href\")\n });\n }\n return data;\n });\n\n await page.screenshot({ path: 'books-toscrape.png', fullPage: true });\n\n return {\n data: result,\n type: 'application/json'\n };\n};" , "request" : {"url":"http://books.toscrape.com/"} }; fetch('https://chrome.agenty.com/functi...', { method: 'post', body: jsonBody, headers: { 'Content-Type': 'application/json' }, }) .then(res => res.json()) .then(json => console.log(json)); See the postman collection here - https://github.com/Agenty/agenty... or example scripts in sidebar.
Report
5yr ago
Vikash Rathee
Vikash Rathee
idm.in

idm.in

Maker
@chrismessina See this GIF using Postman -
Report
5yr ago
🚀 Pierre-Henry 💡
🚀 Pierre-Henry 💡
Lifyzer

Lifyzer

Not too sure to understand exactly how easy it works. I will try to give it a try this afternoon. Anyway, like the idea 😉
Report
5yr ago
Vikash Rathee
Vikash Rathee
idm.in

idm.in

Maker
@phenrysay It's scripting if you are a developer. But if not, no worries. We have point-and-click extension as well to setup scraping agents https://chrome.google.com/websto...
Report
5yr ago
Ambassador
Appwrite
Appwrite — The open-source Vercel alternative
The open-source Vercel alternative
Promoted

Data Scraping Studio Launches

Puppeteer API
Puppeteer API Convert your website into an API

Launched on May 23rd, 2020

Puppeteer API was ranked #5 of the day for May 23rd, 2020
Puppeteer API was ranked #5 of the day for May 23rd, 2020
COVID-19 Agents and API
COVID-19 Agents and API Free web scraping agents and API for COVID-19

Launched on March 27th, 2020

Product feed automation by Agenty
Product feed automation by Agenty Scrape products from manufacturer site and upload to Shopify

Launched on May 9th, 2019

View all Data Scraping Studio launches

Do you use Data Scraping Studio?

Reviews
Helpful

You might also like

Dashblock
Turn any website into an API
Google Cloud Platform
Google Cloud Platform
A suite of cloud computing services by Google
Standuply: Poll & Survey Scrum Bot
Standuply: Poll & Survey Scrum Bot
Project Management Assistant for Slack and MS Teams
Parsers
Parsers
Web Scrapper
Data Scraping Studio (v 1.7)
Data Scraping Studio (v 1.7)
Crawl password protected websites using CSS Selectors
SheetBest
SheetBest
Turn a SpreadSheet (Google or Excel) into a REST API
View more
Review Data Scraping Studio?Be the first to review Data Scraping Studio