Spider Cloud CLI
Spider Cloud CLI is a command-line interface to interact with the Spider Cloud web crawler. It allows you to scrape, crawl, search, and perform various other web-related tasks through simple commands.
Installation
Install the CLI using homebrew or cargo from crates.io:
Homebrew
Cargo
Usage
After installing, you can use the CLI by typing spider-cloud-cli followed by a command and its respective arguments.
Authentication
Before using most of the commands, you need to authenticate by providing an API key:
Commands
Scrape
Scrape data from a specified URL.
Crawl
Crawl a specified URL with an optional limit on the number of pages.
Links
Fetch links from a specified URL.
Screenshot
Take a screenshot of a specified URL.
Search
Search for a query.
Transform
Transform specified data.
Get Credits
Fetch the account credits left.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Issues and pull requests are welcome! Feel free to check the issues page if you have any questions or suggestions.
Acknowledgements
Special thanks to the developers and contributors of the libraries and tools used in this project.