Using md with webscraping.ai

TypeScript integration

Install
npm install md
Quick start
import Md from 'md';

const client = new Md({ apiKey: "YOUR_API_KEY" });
Page HTML by URL
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.webscraping.ai/html
Information about your account calls quota
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.webscraping.ai/account
HTML of a selected page area by URL and CSS selector
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.webscraping.ai/selected
SDK on GitHub 📄 API Docs
SDK
md
TypeScript
API
webscraping.ai
webscraping.ai
Other SDKs for webscraping.ai
webscraping WebScraping-ConnectSDK_Project
At a glance
Language TypeScript
Endpoints4
Base URLhttps://api.webscraping.ai