Create an order (PayPal approval link)
create_orderCreates the order and returns a PayPal approval link. The PERSON must open the link and approve the payment; nothing is charged until they do. Ask for the delivery email first: the CSV and the order page go there. Returns the order id, the approval link, an order-status link and a status token for get_order_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | How many verified leads to deliver, 100 to 1000. | |
| Yes | Delivery email. The CSV download and order updates go here. | ||
| locations | Yes | Cities, regions or countries, e.g. ["Austin, TX", "Dallas, TX"]. Anything Google Maps can resolve. | |
| min_reviews | No | Only businesses with at least this many Google reviews. 0 means no filter. A higher bar costs more per lead and screens out more businesses. | |
| business_types | Yes | Business categories to find, e.g. ["HVAC contractor"]. Each one becomes a Google Maps search term. |