Skip to content

2. Fetch HTML Content

Description

This function allows you to retrieve the HTML content from a specified webpage. By providing the URL of the website, you can easily obtain the raw HTML data. This feature is essential for web scraping and data extraction tasks.

Usage

  1. Open the terminal and type:
tt --webscr fetchpage [ARGS]
# or
tt -web fetchpage [ARGS]

Arguments

  • --URL (Required)

Example:

tt --webscr fetchpage --URL https://google.com