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

bash cargo add zyte-api-rs

Usage

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