Bowmark AIdocs

A.J. Antunes & Co.

Reads Antunes' own real-time authorized service-agency/distributor locator directly — real nearby agencies, reps and distributors Antunes itself vets,…

Reads Antunes' own real-time authorized service-agency/distributor locator directly — real nearby agencies, reps and distributors Antunes itself vets, distance-ranked from a US ZIP, never a guess at unverified third-party repair shops.

Domain: antunes.com

Also known as: Antunes, A.J. Antunes & Co., AJ Antunes, Antunes Roundup, antunes.com

Call it directly

bowmark.providers.antunes.findServiceAgencies(zip: string, radiusMiles?: number): Promise<AntunesServiceAgencySearch>

Functions

FunctionWhat it does
findServiceAgenciesRuns Antunes' own real-time authorized service-agency/distributor locator for a US ZIP and returns real nearby agencies, sales reps and distributors Antunes itself authorizes and lists —…

Types

interface AntunesServiceAgency {
  id: string;
  name: string;
  address: string;
  city: string;
  state: string;
  zip: string;
  country: string;
  phone: string;
  fax: string;
  email: string;
  url: string;
  latitude: number;
  longitude: number;
  distanceMiles: number;
}
interface AntunesServiceAgencySearch {
  radiusMiles: number;
  agencies: AntunesServiceAgency[];
}