NAME
Tomba::Domain - Domain search for the Tomba.io API
SYNOPSIS
use Tomba::Domain;
my $tomba = Tomba::Domain->new("ta_xxxxx", "ts_xxxxx");
my $results = $tomba->DomainSearch("tomba.io");
DESCRIPTION
Search emails based on a website domain.
DomainSearch
my $data = $tomba->DomainSearch("tomba.io");
print $data->{data}->{organization}->{description};
Search emails based on a website domain. Returns all email addresses found on the internet for the given domain.
See https://docs.tomba.io/api/finder#get-domain-search
AUTHOR
Mohamed Ben rebia, <b.mohamed@tomba.io>
COPYRIGHT AND LICENSE
Copyright 2023 Mohamed Benrebia <b.mohamed@tomba.io>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at