Click to try
Wait...

Find the people and companies you're looking for

Search the public web with a simple query. Olostep finds the relevant pages and turns what it finds into structured data for your product.

Trusted by the best startups startups in the world

People Lead to Companies, Companies Lead to People

Search for people and companies, discover relevant information,
and connect it to the workflows you’re building.

  • Build a lead list

    Find the people and companies that fit your exact ICP.

    Find fintech companies and return their location, product, website, and industry.
    Company
    Location
    Product
    Website
    Industry
    Ramp
    New York
    Spend mgmt.
    ramp.com
    Fintech
    Brex
    San Francisco
    Cards
    brex.com
    Fintech
    Airwallex
    Melbourne
    Payments
    airwallex.com
    Fintech
    Stripe
    San Francisco
    Payments
    stripe.com
    Fintech
  • Find the right people

    Discover founders, executives, experts, researchers, or candidates.

    Find engineering leaders at leading AI companies in San Francisco.
    Michael Truell
    Cursor
    Aravind Srinivas
    Perplexity
    Dario Amodei
    Anthropic
  • Understand a market

    Find companies and understand their market, product, and customers.

    Map AI companies in San Francisco
  • Enrich what you already have

    Take your existing people or company lists and fill in the information you're missing.

    Enrich these companies with their industry, location, and founding year.
    Company
    Website
    Industry
    Location
    Founded
    Notion
    Figma
    Vercel
    Linear

From a question to structured people and company data

Search the web, choose the information you need,
and get structured results with their sources.

  • Search with the API

    Find people and companies using precise criteria and return the records that match your search.

    Search
    Find AI startups in San Francisco
  • Define your fields

    Define the fields you want back — industry, location, leadership, funding, expertise, etc.

    Choose Filters
    Company
    Industry
    Location
    Product
    Funding
    Employees
    Sources
    Leadership
  • Get structured results

    Receive clean JSON with the fields you requested and supporting sources, ready for your application.

    Formats
    JSON
    CSV
    Sheets
    DB

One API for people and company search

Search the public web, define your schema, and get structured results with sources.

Get clean data from any URL

1# pip install olostep
2from olostep import Olostep
3
4client = Olostep(api_key="YOUR_REAL_KEY")
5
6result = client.scrapes.create(
7    url_to_scrape="https://en.wikipedia.org/wiki/Alexander_the_Great",
8    formats=["markdown", "html"],
9)
10
11print(result.markdown_content)
12print(result.html_content)
1// npm i olostep
2import Olostep from 'olostep'
3
4const client = new Olostep({ apiKey: 'YOUR_REAL_KEY' })
5
6const result = await client.scrapes.create({
7  url: 'https://en.wikipedia.org/wiki/Alexander_the_Great',
8  formats: ['markdown', 'html'],
9})
10
11console.log(result.markdown_content)
12console.log(result.html_content)
1curl -s -X POST "https://api.olostep.com/v1/scrapes" \
2  -H "Authorization: Bearer <YOUR_API_KEY>" \
3  -H "Content-Type: application/json" \
4  -d '{
5    "url_to_scrape": "https://en.wikipedia.org/wiki/Alexander_the_Great",
6    "formats": ["markdown", "html"]
7  }'

What you can build

Find people, discover companies, and enrich the data you already have.

  • AI research agents

    Give agents the ability to research people and companies across the public web.

  • Sales & lead intelligence

    Build products that find, qualify, and enrich the people and companies your customers care about.

  • Market intelligence

    Build tools that discover companies, map markets, and turn web research into structured data.

Explore more Use Cases

Keep your people and company data fresh

Monitor their web presence for changes and automatically send fresh data to your workflow.

Trusted by Amazing Teams Building the Future of AI

  • Michelle Julia
    Co-founder & CEO Aurium

    Olostep is the best!!! We automated entire data pipelines with just a prompt

  • Richard He
    Co-founder & CEO Openmart

    Olostep has become the default Web Layer infrastructure for our company

  • Max Brodeur-Urbas
    Co-founder & CEO Gumloop

    Olostep works like a charm! And your customer service is exceptional

  • Rob Hayes
    Co-founder Merchkit

    Olostep lets us turn any website into an API. Great product, great people

  • Brandon Cohen
    Co-founder & CTO CivilGrid

    I highly recommend Olostep, great product!

  • Co-founder & CEO Gedd.it

    We verify coupon codes at scale. Love Olostep. It works on any e-commerce

  • Trevor West
    Co-founder & CEO Podqi

    Olostep is the best API to search, extract, and structure data from the Web. Happy to be customers

  • Rida Naveed
    Co-founder Zecento

    We use /batches combined with parsers and it's magical how we can get structured data at large scale

  • Kieran V.
    Growth PlotsEvents

    Olostep allowed us to search and structure events data across the Web

  • Paul Mit
    Founder Foundbase

    Reliable and cost-effective API for working with data. Congrats on the cool product

Start finding people and companies

Search the public web, get structured data, and plug it directly into your product.

Are you an AI Agent? Get started here

Frequently asked questions

Product & Capabilities
  • What can I search for with the People & Company API?

    Search for people or companies using natural-language criteria such as role, company, industry, location, expertise, product, market, business model, or other publicly available signals.

  • Can I define the data I want back?

    Yes. Define your own JSON structure and request only the fields your application needs. You can also use Parsers for repeatable extraction workflows.

  • Where does the data come from?

    Olostep searches and retrieves relevant public web sources, then structures the information you request. Results can include the source URLs used to support the data.

Usage & Automation
  • Can I enrich an existing list of people or companies?

    Yes. Submit known profile or company URLs and use Batch + Parsers to extract the same fields across your list.

  • Can I control which websites Olostep searches?

    Yes. You can include or exclude specific domains when searching.

  • Can I automate or refresh my searches?

    Yes. You can schedule recurring API calls and use webhooks to connect completed jobs to downstream workflows.

Pricing & Plans
  • Can I try the API for free?

    Yes. Olostep includes 500 free successful requests with no credit card required.

  • How do the plans work?

    Plans scale with usage: Starter ($9/month) includes 5,000 successful requests, Standard ($99/month) includes 200,000, and Scale ($399/month) includes 1 million. Enterprise plans are available for higher-volume needs.