{"id":37109518,"url":"https://github.com/renatoaraujo/go-zenrows","last_synced_at":"2026-01-14T13:01:18.007Z","repository":{"id":199221584,"uuid":"702318126","full_name":"renatoaraujo/go-zenrows","owner":"renatoaraujo","description":"Go wrapper for ZenRows API","archived":false,"fork":false,"pushed_at":"2023-10-11T18:11:22.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-12T18:19:39.672Z","etag":null,"topics":["go","golang","zenrows"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renatoaraujo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-09T04:54:30.000Z","updated_at":"2023-10-09T20:20:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"545d9a27-8b60-4a08-ae40-4eadf6db3a33","html_url":"https://github.com/renatoaraujo/go-zenrows","commit_stats":null,"previous_names":["renatoaraujo/go-zenrows"],"tags_count":6,"template":null,"template_full_name":null,"purl":"pkg:github/renatoaraujo/go-zenrows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoaraujo%2Fgo-zenrows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoaraujo%2Fgo-zenrows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoaraujo%2Fgo-zenrows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoaraujo%2Fgo-zenrows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renatoaraujo","download_url":"https://codeload.github.com/renatoaraujo/go-zenrows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoaraujo%2Fgo-zenrows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","zenrows"],"created_at":"2026-01-14T13:01:17.490Z","updated_at":"2026-01-14T13:01:17.995Z","avatar_url":"https://github.com/renatoaraujo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-zenrows\n===\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/renatoaraujo/go-zenrows.svg)](https://pkg.go.dev/github.com/renatoaraujo/go-zenrows)\n[![Go Report Card](https://goreportcard.com/badge/github.com/renatoaraujo/go-zenrows)](https://goreportcard.com/report/github.com/renatoaraujo/go-zenrows)\n[![codecov](https://codecov.io/gh/renatoaraujo/go-zenrows/graph/badge.svg?token=ORVP7TXY4A)](https://codecov.io/gh/renatoaraujo/go-zenrows)\n\n`go-zenrows` is a Go client for the ZenRows API, allowing users to easily scrape web content.\n\n## Features\n\n- **Scrape Web Content**: Easily scrape content from any website using the ZenRows API.\n- **Flexible Configuration**: Comes with a default configuration but allows for customization.\n- **Various Scrape Options**: Customize your scraping with options like JS rendering, custom headers, session ID, and more.\n- **Examples Included**: A basic example is provided to help you get started quickly.\n\n## Installation\n\n```shell\ngo get github.com/renatoaraujo/go-zenrows\n```\n\n## Usage\n\nHere's a basic example to get you started:\n\n```go\nhc := \u0026http.Client{\n    Timeout: time.Duration(60) * time.Second,\n}\nclient := zenrows.NewClient(hc).WithApiKey(\"YOUR_API_KEY\")\n\nresult, err := client.Scrape(context.TODO(), \"https://httpbin.org\", zenrows.WithJSRender())\nif err != nil {\n    log.Fatalf(\"Failed to scrape the target: %v\", err)\n}\n\nfmt.Println(\"Scraped Content:\", result)\n```\n\n[View the full example here](examples/example.go).\n\n## Documentation\n\nFor a detailed list of all available functions and scrape options, refer to the official documentation:\n- [ZenRows docs website](https://www.zenrows.com/docs)\n- [Go docs website](https://pkg.go.dev/github.com/renatoaraujo/go-zenrows)\n\n## Credits\n\n* [Renato Araujo](https://www.linkedin.com/in/renatoraraujo/)\n\n## License\n\nThe MIT License (MIT) - see [`LICENSE`](LICENSE) for more details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoaraujo%2Fgo-zenrows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenatoaraujo%2Fgo-zenrows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoaraujo%2Fgo-zenrows/lists"}