SEARCH AS SOFTWARE

Intelligent Search, Delivered as Code.

Create, deploy, and scale powerful data retrieval agents. Transform any data source into a simple, consumable API.

Join waitlist

searches.do

import { createClient } from 'searches.do';

// Initialize the client with your API key
const searches = createClient(process.env.DO_API_KEY);

// Effortlessly run a pre-defined search agent
async function findCustomer(email: string) {
  const customer = await searches.run('find-customer-by-email', {
    email: email
  });

  console.log('Found customer:', customer);
  return customer;
}

findCustomer('jane.doe@example.com');

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.