Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenrows/zenrows-go-sdk
ZenRows® SDK for effective scraping in the Go programming language
https://github.com/zenrows/zenrows-go-sdk
go golang scraping sdk-go webscraping
Last synced: about 10 hours ago
JSON representation
ZenRows® SDK for effective scraping in the Go programming language
- Host: GitHub
- URL: https://github.com/zenrows/zenrows-go-sdk
- Owner: ZenRows
- License: mit
- Created: 2024-10-11T09:19:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:08:46.000Z (18 days ago)
- Last Synced: 2024-10-29T08:18:40.682Z (18 days ago)
- Topics: go, golang, scraping, sdk-go, webscraping
- Language: Go
- Homepage: https://www.zenrows.com
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ZenRows Go SDK
ZenRows® provides a powerful web scraping toolkit to help you collect, process, and manage web data effortlessly.
Whether you need scalable data extraction, a robust browser solution for dynamic websites or residential proxies to
access geo-targeted content, we have the right tools for your specific use cases.This repository hosts the official Go SDKs for integrating with different ZenRows services. Each SDK is located in
its respective subdirectory and includes comprehensive documentation, installation instructions, and usage examples.## Table of Contents
- [Overview](#overview)
- [SDKs](#sdks)
- [Scraper API Service](#scraper-api-service)
- [Other Languages](#other-languages)
- [Contributing](#contributing)
- [License](#license)## SDKs
### Scraper API Service
> ZenRows®’ Scraper API enables fast, efficient, and hassle-free data extraction from web pages by providing versatile
scraping modes. Whether you’re new to scraping or already experienced, ZenRows adapts to your needs, making it easy to
collect data from the web while overcoming the common challenges posed by modern websites, including CAPTCHAs
and anti-bot mechanisms.**Directory**: [`service/api`](./service/api)
The `service/api` SDK is a Go client for the ZenRows Scraper API, allowing developers to send HTTP requests to scrape
websites with support for various configurations like JavaScript rendering, custom headers, retries, and more.- [Installation and Usage](./service/api/README.md)
- [API Reference](https://docs.zenrows.com/scraper-api/api-reference)
## Other Languages- **Node.js**:
- [Scraper API](https://github.com/ZenRows/zenrows-node-sdk)
- [Scraping Browser](https://github.com/ZenRows/browser-js-sdk)
- **Python**:
- [Scraper API]( https://github.com/ZenRows/zenrows-python-sdk)## Contributing
Contributions to the SDKs are welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for more information on how to
contribute to the repository.## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.