# Rocketreack Company Info ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/rocketreach/company/info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/rocketreach-company-info | ## Description Extract structured Rocketreach data with the Rocketreack Company Info Piloterr API endpoint. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/rocketreach/company/info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "name": "Forescout Technologies Inc.", "domain": "forescout.com", "ticker": "NASDAQ:FSCT", "address": "190 West Tasman Drive, San Jose, California 95134, US", "founded": 2000, "funding": "$238.2 million", "revenue": "$189 million", "website": "http://www.forescout.com", "code_sic": [ "51", "511210", "541", "5112", "51121", "54", "511" ], "keywords": [ "Network Security", "Cybersecurity", "Iot Security Solutions", "Endpoint Security", "Threat Assessment", "Risk Mitigation" ], "code_naics": [ "737", "73" ], "industries": [ "Cyber Security", "Computer and Network Security", "Security Software", "Cloud Security", "Network Management Software", "Network Access Control (NAC)", "Software Development & Design", "Software", "Information Technology", "Application Software", "BYOD Management", "Privacy and Security", "Mobile Device Management (MDM)", "Computer", "BYOD Security", "Consumer Electronics", "Hardware", "IoT", "Cybersecurity", "Internet of Things", "Endpoint Compliance", "Internet Services", "Network Monitoring", "Network Security", "IoT security" ], "competitors": [ "McAfee", "Qualys", "Rapid7", "SonicWall", "Trustwave" ], "description": "Forescout Technologies, Inc., a global cybersecurity leader, continuously identifies, protects and helps ensure the compliance of all managed and unmanaged connected cyber assets – IT, IoT, IoMT and OT. For more than 20 years, Fortune 100 organizations and government agencies have trusted Forescout to provide vendor-agnostic, automated cybersecurity at scale. The Forescout® Platform delivers comprehensive capabilities for network security, risk and exposure management, and extended detection and response. With seamless context sharing and workflow orchestration via ecosystem partners, it enables customers to more effectively manage cyber risk and mitigate threats.", "phone_number": "(408) 213-3191", "email_formats": [ { "format": "[first_initial][last]", "example": "jdoe@forescout.com", "percentage": "52.6%" }, { "format": "[first].[last]", "example": "jane.doe@forescout.com", "percentage": "47.4%" } ], "employee_count": 1231, "social_networks": [ { "url": "https://www.facebook.com/ForeScoutTechnologies/", "name": "facebook" }, { "url": "https://twitter.com/ForeScout", "name": "twitter" }, { "url": "https://www.linkedin.com/company/forescout-technologies", "name": "linkedin" }, { "url": "https://www.crunchbase.com/organization/forescout", "name": "crunchbase" } ], "related_companies": [ { "url": "/twilio-profile_b5c00542f42e0fdd", "name": "Twilio" }, { "url": "/palantir-technologies-profile_b5c64936f42e0cb6", "name": "Palantir Technologies" }, { "url": "/equinix-profile_b5c639cff42e0c5b", "name": "Equinix" }, { "url": "/informatica-profile_b5c616c0f42e0c4c", "name": "Informatica" }, { "url": "/shi-international-corp-profile_b5c63b24f42e0c59", "name": "SHI International Corp." }, { "url": "/hpe-aruba-networking-profile_b5c46337f42e0dc3", "name": "HPE Aruba Networking" }, { "url": "/procore-technologies-profile_b5db36c7f42e5129", "name": "Procore Technologies" }, { "url": "/globant-profile_b5c6061ff42e0c5b", "name": "Globant" }, { "url": "/blackbaud-profile_b5c46276f42e0dc3", "name": "Blackbaud" }, { "url": "/walmart-global-tech-profile_b549518ff7417ae0", "name": "Walmart Global Tech" }, { "url": "/ellie-mae-profile_b5c63793f42e0ca3", "name": "Ellie Mae" }, { "url": "/efi-profile_b5c6091df42e0c53", "name": "EFI" }, { "url": "/halo-branded-solutions-profile_b5c66a61f42e0c88", "name": "HALO Branded Solutions" }, { "url": "/eclinicalworks-profile_b5c64cb9f42e0cbb", "name": "eClinicalWorks" }, { "url": "/meditech-profile_b5c49de9f42e0dc5", "name": "MEDITECH" }, { "url": "/tech-data-corp-profile_b5bdb721f684e38e", "name": "Tech Data Corp" }, { "url": "/homeaway-profile_b5c62168f42e0ca4", "name": "HomeAway" }, { "url": "/manhattan-associates-profile_b5c608caf42e0c53", "name": "Manhattan Associates" }, { "url": "/hubspot-profile_b5c71263f42e0d29", "name": "HubSpot" }, { "url": "/nase-profile_b5d4fb73f42e38d0", "name": "NASE" } ] } ``` ## Documentation ## Overview Extract structured Rocketreach data with the Rocketreack Company Info Piloterr API endpoint. ## Quickstart ``` GET https://api.piloterr.com/v2/rocketreach/company/info?query=https://rocketreach.co/forescout-technologies-inc-profile_b5c6690df42e0c8a ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Rocketreack Company Info data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Rocketreach without maintaining scrapers - Power internal dashboards and workflow automations with live Rocketreach data