Skip to main content
GET
/
v1
/
google
/
places
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/google/places?q=apple+inc&gl=us&hl=en&page=1' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "organic": [
      {
        "title": "Apple",
        "link": "https://www.apple.com/",
        "snippet": "Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, ...",
        "sitelinks": [
          {
            "title": "Careers at Apple",
            "link": "https://www.apple.com/careers/us/"
          },
          {
            "title": "Store",
            "link": "https://www.apple.com/store"
          },
          {
            "title": "Support",
            "link": "https://support.apple.com/"
          },
          {
            "title": "iPhone",
            "link": "https://www.apple.com/iphone/"
          },
          {
            "title": "Apple Leadership",
            "link": "https://www.apple.com/leadership/"
          }
        ],
        "position": 1
      },
      {
        "title": "Apple Inc. - Wikipedia",
        "link": "https://en.wikipedia.org/wiki/Apple_Inc.",
        "snippet": "Apple Inc. is an American multinational technology company headquartered in Cupertino, California, in Silicon Valley, and known for consumer electronics, ...",
        "position": 2
      },
      {
        "title": "Apple Inc. (AAPL) Stock Price, News, Quote & History - Yahoo Finance",
        "link": "https://finance.yahoo.com/quote/AAPL/",
        "snippet": "Find the latest Apple Inc. (AAPL) stock quote, history, news and other vital information to help you with your stock trading and investing.",
        "position": 3
      },
      {
        "title": "Apple Inc. | History, Products, Headquarters, & Facts - Britannica",
        "link": "https://www.britannica.com/money/Apple-Inc",
        "snippet": "Apple Inc. is an American multinational technology company that revolutionized the technology sector through its innovation of computer software, personal ...",
        "position": 4
      },
      {
        "title": "Apple - LinkedIn",
        "link": "https://www.linkedin.com/company/apple",
        "snippet": "Company size: 10,001+ employees. Headquarters: Cupertino, California. Type: Public Company. Founded: 1976. Specialties: Innovative Product ...",
        "date": "Jun 5, 2025",
        "position": 5
      },
      {
        "title": "Apple Inc - Company Profile and News - Bloomberg Markets",
        "link": "https://www.bloomberg.com/profile/company/AAPL:US",
        "snippet": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables and accessories, and sells a variety of related accessories.",
        "position": 6
      },
      {
        "title": "Apple Inc | Computer Science | Research Starters - EBSCO",
        "link": "https://www.ebsco.com/research-starters/computer-science/apple-inc",
        "snippet": "Apple Inc. is a leading American technology company known for its innovative consumer electronics, software, and online services.",
        "position": 7
      }
    ]
  },
  "requestId": "d7g378b1-dd2f-488e-c7gb-g6h458680767"
}
πŸͺ™3 creditsper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

q
string
required

Queryq

Example:

"apple inc"

gl
string
default:us

Country

Example:

"us"

location
enum<string>

This optional parameter determines where your Google search originates, allowing for more specific locations such as cities and neighborhoods. You can find a list of supported locations here.

Available options:
United States,
United Kingdom,
Mexico,
Japan,
California, United States,
San Francisco Bay Area, United States,
New York, New York, United States,
Mumbai, Maharashtra, India,
London, England, United Kingdom,
Mexico City, Mexico City, Mexico,
Bangkok, Bangkok, Thailand,
Paris, Paris, Ile-de-France, France,
SoHo, New York, United States,
Dubai International Airport, Dubai, United Arab Emirates
hl
string
default:en

Language

Example:

"zh-cn"

page
integer
default:1

page

Response

The response is of type object.