Requirements
Go 1.23+
Required by the SDK’s
go.mod.API key
Create a free account to get yours, no credit card required.
Install the package
Add the SDK to your module with The package name is
go get:scraperapi, not zenrows, so import it with an explicit alias:Verify the install
Create a client and print its type to confirm everything resolves:If it prints
*scraperapi.Client without a compile error, you’re ready to go.Get your API key
Your API key authenticates every request you send through the SDK. Grab it from the ZenRows Request Builder after signing up.
Next: Quickstart
Make your first request with the SDK.