zyte-api-rs 0.1.4

Use the Zyte API Proxy -- Unofficial & Unstable
Documentation

zyte-api-rs

Allows access to the Zyte API proxy service.

This is an unofficial, unstable, unfinished crate. However normal usage with HTTP GET should work fine.

Prerequisites

Installation

cargo add zyte-api-rs

Usage

let zyte_api: ZyteApi = ZyteApi::new("<MY-API-KEY-HERE>".to_string());
let response = zyte_api.get("https://www.google.com/").await;