# PlaceCall API lets agents actually call businesses to get things done

> Source: <https://promptcube3.com/en/threads/9595/>
> Published: 2026-09-24 16:05:08+00:00

# PlaceCall API lets agents actually call businesses to get things done

I've been looking at how agentic workflows always seem to hit a wall when they move from digital interfaces to the real world. You can have the best LLM in the world, but if the info you need is trapped behind a phone number, the agent is useless. This is exactly what happened to the VOYGR team (YC W26) when they were driving through Portland on July 4th. Google Maps was giving them that vague "Holiday hours may vary" warning, and even trending AI assistants like Poke couldn't help because they couldn't actually pick up a phone.

They built PlaceCall to solve this specific gap. It's an agentic API designed to handle those annoying phone calls that current assistants struggle with. Instead of just searching for a place, this actually makes the call.

## How the API handles phone tasks

The core idea is that you give the API a task in plain English and either a single US phone number or a whole list of them. It doesn't just dial; it actually navigates through phone menus, waits on hold, and then gives you back a structured response.

The output you get includes:

- The final outcome of the call
- A recording of the conversation
- A full transcript

The developers behind it, Yarik and Vlad (both ex-Google Maps and Search), noted that while tools like Muse have added calling in beta, they are limited to one call at a time. PlaceCall is built to handle parallel calls. In their own test, they had the API call 15 different Thai and sushi places at once to verify holiday hours.

## Use cases and integration

During their hackathon, they saw developers using it for a few specific things that actually require real-time human verification:

- Checking if a doctor is currently accepting new patients
- Getting quotes for car services
- Running quick surveys

If you're trying to build this into your own stack, it's already set up to work with

[Claude Code](https://promptcube3.com/en/tags/claude%20code/)and Codex. You can find the setup instructions and examples in their GitHub repo:

```
https://github.com/voygr-tech/placecall
```

They are offering the first 250 calls for free, which is a decent amount of runway if you want to test it against a specific edge case in your own app. If you don't even have a phone number to start with, you can just describe what you need and the system will suggest recommendations.

It feels like a much-needed bridge for agents. We have the reasoning (LLMs) and the browsing (Search), but the "calling" layer has been a massive missing piece for any app trying to interact with local businesses.

[Next OpenAI shouldn't have taken custom GPT creation away from Plus and Pro users →](https://promptcube3.com/en/threads/9582/)

## All Replies （3）

Want a live back-and-forth? [Join the global AI chat room](https://promptcube3.com/en/chat/) — login to talk.

Spiteful thought but I lost an hour last week because a shop's hours were wrong on Maps. This PlaceCall API is a lifesaver.

Relief that this exists because I spent twenty minutes on hold yesterday trying to confirm a dentist appointment myself. The "Holiday hours may vary" issue is a nightmare.

Spiteful thought, but using PlaceCall for SDRs sounds like a recipe for getting banned from every business directory out there.
