NAME
Net::Async::WebSearch::Provider::Serper - Serper.dev Google Search API provider
VERSION
version 0.002
SYNOPSIS
my $serper = Net::Async::WebSearch::Provider::Serper->new(
api_key => $ENV{SERPER_API_KEY},
);
DESCRIPTION
Provider for https://serper.dev, a paid Google Search proxy. Parses the organic array from the JSON response.
API KEY
Sign up at https://serper.dev. No credit card required — you get 2500 free queries on signup. The API key is shown in the account dashboard after you log in; there is no deep-link URL.
api_key
Required. Sent as X-API-KEY.
endpoint
Override the endpoint URL. Default https://google.serper.dev/search.
search
Honours limit (num), language (hl), region (gl), and tbs.
SEE ALSO
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-net-async-websearch/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de> https://raudss.us/
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.