1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| {
"status": true,
"request_id": "a35488c9-6d45-3b35-e7a4-f9e75acd",
"data": {
"organic_results": [
{
"title": "Pricing - OpenAI",
"link": "https://openai.com/pricing",
"description": "Simple and flexible. Only pay for what you use.",
"position": 0,
"domain": "openai.com",
"displayed_link": "https://openai.com › pricing"
},
{
"title": "OpenAI API Pricing Calculator",
"link": "https://example.com/calculator",
"description": "Calculate your estimated costs for using the OpenAI API.",
"position": 1,
"domain": "example.com",
"displayed_link": "https://example.com › calculator"
}
],
"real_query": "openai api pricing",
"people_also_ask": [
"How much does OpenAI API cost?",
"Is OpenAI API free to use?",
"What is the rate limit for OpenAI API?"
],
"people_also_search_for": [
"openai api documentation",
"chatgpt api pricing",
"gpt-4 api cost"
]
}
}
|