NAME
Net::Async::WebSearch::Provider::Mojeek - Mojeek Search API provider
VERSION
version 0.003
SYNOPSIS
my $mojeek = Net::Async::WebSearch::Provider::Mojeek->new(
api_key => $ENV{MOJEEK_API_KEY},
);
DESCRIPTION
Provider for https://www.mojeek.com, a search engine built on its own independent crawl and index (it is not a Google/Bing reseller). Sends a GET to the JSON API and parses the response.results array — Mojeek nests its payload under a response container rather than returning a top-level results list.
API KEY
Mojeek has no public or shared key; an API key is required. Request one via the Mojeek Search API at https://www.mojeek.com/services/search/web-search-api/. The key is sent as the api_key query parameter (not a header).
api_key
Required. Sent as the api_key query parameter.
endpoint
Override the endpoint URL. Default https://api.mojeek.com/search.
search
Honours limit (t), language (lb, ISO 639-1), region (rb, ISO 3166-1 alpha-2) and safesearch (safe, 0/1). Always sends fmt=json, without which Mojeek would return XML.
SEE ALSO
https://www.mojeek.com/services/search/web-search-api/
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.