For Agents
Extract structured data from search engines, social platforms, e-commerce sites, and business directories. Scrape LinkedIn profiles, Google search results, Amazon products, and company information from multiple sources.
Use for: I need to scrape Google search results for a keyword, I want to extract a LinkedIn company profile, Retrieve product details from Amazon by ASIN, Find email addresses associated with a domain
Not supported: Does not handle data storage, CRM management, or outreach automation — use for web data extraction and enrichment only.
Jentic publishes the only available OpenAPI specification for Piloterr API, keeping it validated and agent-ready. Piloterr API provides web scraping and data extraction across 66 endpoints covering search engines (Google, Bing, Brave), social platforms (LinkedIn, Instagram, Pinterest, GitHub), e-commerce sites (Amazon, Walmart, Shopify), business intelligence sources (Crunchbase, Trustpilot, G2), and website analysis tools including screenshot capture, technology detection, and email/phone extraction.
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Piloterr API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Piloterr API.
Scrape Google search results including images, news, videos, and job listings
Extract LinkedIn profile, company, and job posting data
Retrieve Amazon and Walmart product details with pricing and availability
Look up company information from Crunchbase, Trustpilot, and G2
Capture website screenshots and detect technology stacks
Find and verify email addresses associated with domains
Extract contact information including phone numbers from websites
Patterns agents use Piloterr API for, with concrete tasks.
★ Lead Research and Enrichment
Build comprehensive company and contact profiles by combining data from LinkedIn, Crunchbase, and business directories. Piloterr extracts company details, employee profiles, funding rounds, and contact information across multiple sources through a single API, replacing manual research with automated data collection.
Extract LinkedIn company info for 'acme-corp', retrieve their Crunchbase funding data, and find email addresses for their domain
Competitive Intelligence Monitoring
Monitor competitors across search rankings, product reviews, and social presence. The API scrapes Google search positions, Trustpilot and G2 reviews, product listings on Amazon, and Similarweb traffic estimates, enabling automated competitive analysis without manual browsing.
Search Google for 'project management software', extract Trustpilot ratings for the top 3 companies, and get their Similarweb traffic data
E-Commerce Product Data Extraction
Extract product listings, pricing, offers, and availability from Amazon, Walmart, Best Buy, and Shopify stores. The API returns structured product data including titles, prices, ratings, and seller information for price comparison, catalog enrichment, and market analysis.
Retrieve Amazon product details for ASIN B09V3KXJPB including price, ratings, and available offers
Website Analysis and Contact Extraction
Analyze websites for technology stacks, capture screenshots, check domain reputation, and extract contact information. The API identifies frameworks, CMS platforms, and analytics tools while also finding email addresses and phone numbers published on site pages.
Detect the technology stack on example.com, capture a screenshot, and extract any email addresses found on the site
AI Agent Data Collection Pipeline
AI agents use the Piloterr API through Jentic to automate multi-source data extraction without configuring individual scrapers. Agents search for extraction operations by intent, load endpoint schemas, and execute calls with Jentic handling API key authentication and rate limiting across all 66 endpoints.
Search Jentic for 'extract LinkedIn company profile', load the Piloterr LinkedIn endpoint schema, and retrieve company data for a target organization
66 endpoints — jentic publishes the only available openapi specification for piloterr api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/google/search
Scrape Google search results for a query
/linkedin/profile/info
Extract a LinkedIn profile
/linkedin/company/info
Extract LinkedIn company data
/amazon/product
Retrieve Amazon product details
/email/finder
Find email addresses for a domain
/email/verify
Verify email deliverability
/website/technology
Detect website technology stack
/crunchbase/company/info
Look up Crunchbase company data
/google/search
Scrape Google search results for a query
/linkedin/profile/info
Extract a LinkedIn profile
/linkedin/company/info
Extract LinkedIn company data
/amazon/product
Retrieve Amazon product details
/email/finder
Find email addresses for a domain
/email/verify
Verify email deliverability
/website/technology
Detect website technology stack
/crunchbase/company/info
Look up Crunchbase company data
Three things that make agents converge on Jentic-routed access.
Credential isolation
Piloterr API keys are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens so raw API keys never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'scrape LinkedIn company data') and Jentic returns matching Piloterr operations with their input schemas, so the agent can call the right endpoint without browsing 66 endpoints.
Time to first call
Direct Piloterr integration: 2-4 days for auth setup, endpoint discovery across 66 endpoints, and response parsing. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Specific to using Piloterr API through Jentic.
Why is there no official OpenAPI spec for Piloterr API?
Piloterr does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Piloterr API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the Piloterr API use?
The Piloterr API uses an API key passed in the request header. Through Jentic, this key is stored encrypted in the MAXsystem vault and injected automatically into every request without exposing it to the agent.
Can I scrape LinkedIn profiles and company data with the Piloterr API?
Yes. The /linkedin/profile/info endpoint extracts individual profiles and /linkedin/company/info retrieves company pages. Additional endpoints cover job search, job details, and post information from LinkedIn.
How many data sources does the Piloterr API cover?
The API covers 15+ data sources across 66 endpoints including Google, Bing, Brave, LinkedIn, Amazon, Walmart, Best Buy, Shopify, Crunchbase, Trustpilot, G2, Product Hunt, Instagram, Pinterest, GitHub, Similarweb, and more.
How do I extract company data through the Piloterr API using Jentic?
Search Jentic for 'extract LinkedIn company profile', load the /linkedin/company/info operation schema, and execute with the company LinkedIn slug. Jentic handles API key injection and returns structured company data including employee count, industry, and description.
Can I verify email addresses with the Piloterr API?
Yes. The /email/verify endpoint checks email deliverability, and /email/finder discovers email addresses associated with a domain. The /email/analyzes endpoint provides detailed analysis of email address patterns.
GET STARTED