Owler
  1. Schemas
Owler
  • CompanyAPI
    • Basic Search Company by Ticker or Website or Name or PermID
      GET
    • Fuzzy Search Company by Name or Address or Phone
      GET
    • Get Company by Id
      GET
    • Search Company by Ticker or Website or Name or PermID
      GET
    • Get Company by URL
      GET
  • CompetitorAPI
    • Get Competitor information by Id
      GET
    • Get Competitor information by URL
      GET
  • CompetitorPremiumAPI
    • Get Competitor information by Id
      GET
    • Get Competitor information by Url
      GET
  • CompanyPremiumAPI
    • Get Complete Company Info by Id
    • Get Basic Company Info by Url
  • FeedAPI
    • Get Feeds for given Company Ids
    • Get Feeds for given Company Websites
  • Schemas
    • Schemas
      • Acquisition
      • Address
      • Ceo
      • CompanyBasicSearchVO
      • CompanyBasicVO
      • CompanyCompetitorVO
      • CompanySearchResultVO
      • CompetitorBasicVO
      • FeedsVO
      • Funding
      • Investor
      • SectorVO
      • Stock
      • basic_results
      • company
      • competitors
      • fuzzy_results
      • results
  1. Schemas

CompanyBasicSearchVO

{
    "company_id": 0,
    "hq_address": {
        "city": "string",
        "country": "string",
        "phone": "string",
        "postal_code": "string",
        "state": "string",
        "street1": "string",
        "street2": "string"
    },
    "name": "string",
    "perm_id": "string",
    "profile_url": "string",
    "short_name": "string",
    "website": "string"
}
Built with