No credit card required

Web Task API

Fetch data and take action in various web applications through API.

import { Exfunc } from "exfunc";

const exfunc = new Exfunc({ apiKey: process.env["EXFUNC_API_KEY"] ?? "" });

const searchResult = await exfunc.yelp.searchBusinesses({
  query: "wonton noodle soup",
  location: "San Francisco",
});

console.log(searchResult);

How to use

You can either send an API request directly or let your AI call it via function calling.

Pricing

Flexible plans for every team.

Free

For individuals and small projects.

Free/month
  • 50 credits
  • 10 requests per minute
  • Community support
  • Free forever

Basic

Ideal for growing teams and businesses.

$20.00/month
  • 6000 credits
  • 100 requests per minute
  • Priority support
  • Prioritized features

Enterprise

For large organizations.

Custom/month
  • Custom plans
  • Flexible service limits
  • Dedicated account manager
  • 24/7 phone support

FAQ

General

API Keys

Billing