Using WebScraping-ConnectSDK_Project with webscraping.ai

Python integration

Install

pip install WebScraping-ConnectSDK_Project

Quick start

import WebScraping-ConnectSDK_Project

# Set your API key
client = WebScraping_ConnectSDK_Project.Client(api_key="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
WebScraping-ConnectSDK_Project
Python
API
webscraping.ai
webscraping.ai

Other SDKs for webscraping.ai

webscraping md

At a glance

Language Python
Endpoints4
Base URLhttps://api.webscraping.ai