# Factual API **Provider:** Factual **Category:** maps **Base URL:** `https://developer.factual.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.factual.com/docs/getting-started ## Description Providing a places search that can be searched by latitude/longitude, and “where” using full text search query string. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.factual.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.factual.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Foursquare acquired Factual. Place data available via Foursquare Places API from $149/mo. --- *Source: [API Map](https://apimap.dev/apis/factual/) — CC BY 4.0*