Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>web-scrapeNew to Visual Studio Code? Get it now.
web-scrape

web-scrape

Chhun Rotanakkosal

|
5 installs
| (0) | Free
A VS Code extension for web scraping and API requests
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Web Scrape Extension

A VS Code extension that provides web scraping and API request functionality.

Features

  • Create Boilerplate: Generate HTML, CSS, and JavaScript boilerplate files
  • API Data Viewer: Fetch and display API responses in JSON format

Commands

  • Create Boilerplate: Creates index.html, app.css, and app.js files in your workspace
  • Get API Data: Fetches data from an API and displays it in a new JSON document

Usage

  1. Open the Command Palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux)
  2. Type one of the available commands:
    • "Create Boilerplate" - to generate starter files
    • "Get API Data" - to fetch and view API responses

Requirements

  • VS Code 1.74.0 or higher
  • Node.js (for API requests)

Installation

  1. Install the extension from the VS Code marketplace
  2. Reload VS Code
  3. Use the commands from the Command Palette

Release Notes

0.0.1

Initial release with basic boilerplate creation and API request functionality.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft