spider-rs / spider

A web crawler and scraper for Rust
https://spider.cloud
MIT License
1.11k stars 96 forks source link

Can transform work properly? #190

Closed ybsun0215 closed 4 months ago

ybsun0215 commented 4 months ago

I attempted to execute your example through an API call to Transform, but it returned a 403 error. This seems like a poor payment experience.

j-mendez commented 4 months ago

Hi thank you for the issue. This is the spider crate which does not have a transform API, please post in discussions for any issue with the cloud service. The 403 is an issue with needing to purchase more credits ( the status code is incorrect ), the API will have the fix for this to return 402 shortly.