Skip to main content
The gemini template is built to obtain conversational responses from Gemini.
  • The Gemini template uses the Premium Proxy Pool by default.
  • Real-time and Asynchronous integration methods are available for this template.
  • Batch requests are not supported.

Input Parameters

Request parameters available for the Gemini template:
ParameterTypeRequiredDescription
targetstringTarget type must be set to gemini.
promptstringThe prompt sent to Gemini.
headlessstringBy default, JavaScript rendering is forced, omit parameter in the request.
Set to png to receive screenshot response. more information here.
parsebooleanAutomatically parses results when set to true.
Default value is false.
geostringSet the country to use when submitting the prompt.

Request Examples

# update 'TOKEN VALUE' with your authorization token
curl --request 'POST' \
        --url 'https://scraper-api.decodo.com/v2/task' \
        --header 'Accept: application/json' \
        --header 'Authorization: Basic TOKEN VALUE' \
        --header 'Content-Type: application/json' \
        --data '
    {
     	"target": "gemini",
     	"prompt": "Moon Landing",
     	"parse": true,
     	"geo": "United States"
    }
'

Output

Descriptions for fields in the parsed JSON content section are provided in the table below. Keep in mind that the number of fields can vary according to the provided prompt.
Content keyDescription
promptThe original query submitted in the request.
rawThe full HTML response.
response_textThe full response text.
markdown_textThe full response Markdown as a text.
citationsA list of citation links, each with its URL and corresponding text.

Response Example

{
    "results": [
        {
            "content": {
                "results": {
                    "markdown_text": "When it comes to the **Moon Landing**, humanity's journey from Earth to our closest celestial neighbor is divided into two era-defining chapters: the historic **Apollo program** of the Cold War era and the modern **Artemis era** aimed at sustainable exploration.\n\n1. The Pioneer: Apollo 11 (1969)\n--------------------------------\n\nOn **July 20, 1969**, the Space Race reached its ultimate climax when NASA’s Apollo 11 mission successfully landed the first humans on the Moon.\n\n* **The Crew:** Commander **Neil Armstrong**, Lunar Module Pilot **Buzz Aldrin**, and Command Module Pilot **Michael Collins** (who remained in orbit).\n* **The Landing:** Armstrong manually flew the Lunar Module (*Eagle*) past a boulder-strewn crater, touching down in the **Sea of Tranquility** with only about 45 seconds of usable fuel remaining.\n* **The Famous Words:** As Armstrong stepped onto the lunar dust, he uttered the iconic phrase:\n\n  > \"That's one small step for [a] man, one giant leap for mankind.\"\n\n### The Apollo Legacy (1969–1972)\n\nApollo 11 was not a one-off. NASA successfully completed **six crewed landings** in total, allowing **12 astronauts** to walk on the lunar surface. They brought back 842 pounds (382 kg) of Moon rocks, drove the Lunar Roving Vehicle, and left behind scientific packages that changed our understanding of the solar system.\n\n2. Who Has Soft-Landed on the Moon?\n-----------------------------------\n\nWhile only the United States has sent humans to the Moon, several nations and even private entities have successfully achieved uncrewed \"soft landings\" (landing intact rather than crashing).\n\n| Country/Entity | First Successful Soft Landing | Notable Mission |\n| --- | --- | --- |\n| **Soviet Union (USSR)** | 1966 | *Luna 9* (First-ever robotic soft landing) |\n| **United States** | 1966 / 1969 | *Surveyor 1* (Robotic) / *Apollo 11* (Crewed) |\n| **China** | 2013 | *Chang'e 3* (And *Chang'e 4*, the first on the far side) |\n| **India** | 2023 | *Chandrayaan-3* (First near the lunar South Pole) |\n| **Japan** | 2024 | *SLIM* (Pinpoint accuracy \"Moon Sniper\") |\n| **Commercial (Firefly)** | 2025 | *Blue Ghost* (First fully successful commercial landing) |\n\n3. The Next Frontier: Artemis and Beyond\n----------------------------------------\n\nAfter a gap of more than 50 years, humanity is actively transitioning from \"visiting\" the Moon to establishing a permanent presence.\n\nNASA's **Artemis campaign** aims to land the first woman and person of color on the Moon. Instead of the equator where Apollo landed, modern exploration is hyper-focused on the **Lunar South Pole**. This region contains deep, permanently shadowed craters rich in **water ice**—a crucial resource that can be mined for life support and processed into rocket fuel for future journeys to Mars.\n\nWhat specific aspect of the Moon landings are you most interested in exploring—the intense engineering of the Apollo era, the geopolitics of the Space Race, or the plans for the upcoming Artemis crewed missions?",
                    "parse_status_code": 12000,
                    "prompt": "Moon Landing",
                    "response_text": "When it comes to the Moon Landing , humanity's journey from Earth to our closest celestial neighbor is divided into two era-defining chapters: the historic Apollo program of the Cold War era and the modern Artemis era aimed at sustainable exploration. 1. The Pioneer: Apollo 11 (1969) On July 20, 1969 , the Space Race reached its ultimate climax when NASA’s Apollo 11 mission successfully landed the first humans on the Moon. The Crew: Commander Neil Armstrong , Lunar Module Pilot Buzz Aldrin , and Command Module Pilot Michael Collins (who remained in orbit). The Landing: Armstrong manually flew the Lunar Module ( Eagle ) past a boulder-strewn crater, touching down in the Sea of Tranquility with only about 45 seconds of usable fuel remaining. The Famous Words: As Armstrong stepped onto the lunar dust, he uttered the iconic phrase: \"That's one small step for [a] man, one giant leap for mankind.\" The Apollo Legacy (1969–1972) Apollo 11 was not a one-off. NASA successfully completed six crewed landings in total, allowing 12 astronauts to walk on the lunar surface. They brought back 842 pounds (382 kg) of Moon rocks, drove the Lunar Roving Vehicle, and left behind scientific packages that changed our understanding of the solar system. 2. Who Has Soft-Landed on the Moon? While only the United States has sent humans to the Moon, several nations and even private entities have successfully achieved uncrewed \"soft landings\" (landing intact rather than crashing). Country/Entity First Successful Soft Landing Notable Mission Soviet Union (USSR) 1966 Luna 9 (First-ever robotic soft landing) United States 1966 / 1969 Surveyor 1 (Robotic) / Apollo 11 (Crewed) China 2013 Chang'e 3 (And Chang'e 4 , the first on the far side) India 2023 Chandrayaan-3 (First near the lunar South Pole) Japan 2024 SLIM (Pinpoint accuracy \"Moon Sniper\") Commercial (Firefly) 2025 Blue Ghost (First fully successful commercial landing) 3. The Next Frontier: Artemis and Beyond After a gap of more than 50 years, humanity is actively transitioning from \"visiting\" the Moon to establishing a permanent presence. NASA's Artemis campaign aims to land the first woman and person of color on the Moon. Instead of the equator where Apollo landed, modern exploration is hyper-focused on the Lunar South Pole . This region contains deep, permanently shadowed craters rich in water ice —a crucial resource that can be mined for life support and processed into rocket fuel for future journeys to Mars. What specific aspect of the Moon landings are you most interested in exploring—the intense engineering of the Apollo era, the geopolitics of the Space Race, or the plans for the upcoming Artemis crewed missions?"
                },
                "errors": [],
                "status_code": 12000,
                "task_id": "7473262826384022529"
            },
            "headers": {
                "accept-ch": "Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factors, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version",
                "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
                "cache-control": "no-cache, no-store, max-age=0, must-revalidate",
                "content-encoding": "gzip",
                "content-security-policy": "report-uri /_/BardChatUi/cspreport;default-src 'none';script-src * 'unsafe-inline' 'unsafe-eval' blob: data:;object-src * 'unsafe-inline' 'unsafe-eval';worker-src * 'unsafe-inline' 'unsafe-eval';img-src https://*.google.com https://*.googleusercontent.com https://*.gstatic.com https://*.youtube.com https://*.youtube-nocookie.com https://*.ytimg.com https://*.ggpht.com https://bard.datacommons.org blob: data: https://*.googleapis.com https://*.googletagmanager.com https://www.google.com https://google.com https://googleads.g.doubleclick.net;media-src https://*.google.com https://*.googleusercontent.com https://*.gstatic.com https://*.youtube.com https://*.youtube-nocookie.com https://*.ytimg.com https://*.ggpht.com https://bard.datacommons.org blob: https://*.googlevideo.com https://*.googleapis.com;child-src 'self' https://*.google.com https://*.scf.usercontent.goog https://www.youtube.com https://www.youtube-nocookie.com https://docs.google.com/picker/v2/home blob:;frame-src 'self' https://*.google.com https://*.scf.usercontent.goog https://www.youtube.com https://www.youtube-nocookie.com https://docs.google.com/picker/v2/home blob: https://www.googletagmanager.com https://bid.g.doubleclick.net https://td.doubleclick.net;connect-src 'self' https://*.google.com https://*.gstatic.com https://*.google-analytics.com https://csp.withgoogle.com/csp/proto/BardChatUi https://content-push.googleapis.com/upload/ https://*.googleusercontent.com https://ogads-pa.googleapis.com/ https://*.youtube.com https://*.youtube-nocookie.com https://*.googlevideo.com data: https://static.corp.google.com/external_content/scs_corp/bard/artifacts https://*.googleapis.com;style-src 'report-sample' 'unsafe-inline' https://www.gstatic.com https://fonts.googleapis.com;font-src https://fonts.gstatic.com https://www.gstatic.com;form-action https://ogs.google.com https://onegoogle-autopush.sandbox.google.com https://onegoogle-staging.sandbox.google.com https://studio.firebase.google.com/run.api;manifest-src 'none', require-trusted-types-for 'script';report-uri /_/BardChatUi/cspreport, script-src 'report-sample' 'nonce-1S9O1DuRkJay2hEgHds71A' 'unsafe-inline' 'unsafe-eval' 'strict-dynamic' https: http:;object-src 'none';base-uri 'self';report-uri /_/BardChatUi/cspreport, script-src 'unsafe-inline' 'unsafe-eval' blob: data: 'self' https://apis.google.com https://ssl.gstatic.com https://www.google.com https://www.googletagmanager.com https://www.gstatic.com https://www.google-analytics.com https://www.google.com/tools/feedback/ https://www.gstatic.com/feedback/js/ https://www.gstatic.com/inproduct_help/ https://www.gstatic.com/support/content/ https://www.gstatic.com/uservoice/feedback/client/web/live/ https://www.gstatic.com/uservoice/surveys/resources/prod/js/survey/ https://support.google.com/inapp/ https://maps.googleapis.com https://fonts.gstatic.com https://gemini.gstatic.com https://www.youtube.com/iframe_api https://www.youtube.com/s/player/ https://www.googleadservices.com https://googleads.g.doubleclick.net;report-uri /_/BardChatUi/cspreport/allowlist",
                "content-security-policy-report-only": "script-src 'unsafe-inline' 'unsafe-eval' blob: data: https://www.googleadservices.com/pagead/conversion/ https://www.googletagmanager.com/gtag/js https://www.googletagmanager.com/gtag/destination https://www.googletagmanager.com/gtm.js https://www.google.com/js/bg/ https://www.gstatic.com/external_hosted/highlightjs/highlight.pack.js https://www.gstatic.com/monaco_editor/ https://fonts.gstatic.com/s/e/notoemoji/search/wrapper.js https://www.youtube.com/iframe_api https://translate.google.com/translate_a/element.js https://www-onepick-opensocial.googleusercontent.com/gadgets/js/rpc.js https://www.google.com/tools/feedback/chat_load.js https://www.google.com/tools/feedback/help_api.js https://www.google.com/tools/feedback/load.js https://www.google.com/tools/feedback/open.js https://www.google.com/tools/feedback/open_to_help_guide_lazy.js https://www.gstatic.com/feedback/js/ https://www.gstatic.com/feedback/js/help/prod/service/lazy.min.js https://www.gstatic.com/inproduct_help/api/main.min.js https://www.gstatic.com/inproduct_help/chatsupport/chatsupport_button_v2.js https://www.gstatic.com/inproduct_help/service/lazy.min.js https://www.gstatic.com/uservoice/feedback/client/web/live/ https://www.gstatic.com/uservoice/surveys/resources/prod/js/survey/ https://www.gstatic.com/_/mss/boq-one-google/_/ https://www.gstatic.com/og/_/js/ https://apis.google.com/js/api.js https://apis.google.com/js/client.js https://maps.googleapis.com/maps/api/js https://gemini.gstatic.com/_/mss/boq-bard-web/_/js/k=boq-bard-web.BardChatUi.en_US.AZuNQBEhetI.2018.O/ https://apis.google.com/_/scs/abc-static/_/js/ https://maps.googleapis.com/maps-api-v3/api/js/ https://maps.googleapis.com/maps/vt https://maps.googleapis.com/maps/api/js/ https://maps.googleapis.com/maps/api/place/js/ https://www.youtube.com/s/player/ https://translate.googleapis.com/_/translate_http/_/js/;report-uri /_/BardChatUi/cspreport/fine-allowlist",
                "content-type": "text/html; charset=utf-8",
                "cross-origin-opener-policy": "same-origin-allow-popups",
                "cross-origin-resource-policy": "same-site",
                "date": "Thu, 18 Jun 2026 06:38:59 GMT",
                "document-policy": "include-js-call-stacks-in-crash-reports",
                "expires": "Mon, 01 Jan 1990 00:00:00 GMT",
                "p3p": "CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"",
                "permissions-policy": "ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factors=*, ch-ua-platform=*, ch-ua-platform-version=*",
                "pragma": "no-cache",
                "reporting-endpoints": "default=\"/_/BardChatUi/web-reports?context=eJwVznlU1IUWB3AcvN_MZ7khAS4PUTqGgEAupEgoUioOM_P7_WYw8Mii8JB8LoBL2utoiBuuKYKWARZKmGtuqUikZj5NtoGZYfE9TJOwVHyCKaHv2x-fc8-533vvuT13uvj09HCKHOHhpLt9Vwea6tui01NHSIuuk_w3tOiCqIM6qXDcr7r9tKn9V912mjaoVWeg5iGturu02r5L1tFXxlw5TMGmXAmlbbW5kkOf0xd0pjVXyqh_Z6640RZLnuygT6mAiukQLV6QJ8tIvy5PFMrYlCcfkrnmhsRSluOG5NL3f6-Qq1S9pUJs1HdrhbhSxr4KWUsb6TNKb6iQFTROq5SJdCW3UioosLRSxpFrW6UMJO--VeJD0cYqiaNUSqMRCVXiR3UZVdJIB5ZWyVFK3l4l8-n8riopp0DPagmnxvhquUXXFlZLFZ3eXC2lFB9eI8kUeL5GxlLWzzWSTVZnqzRSmptV1lB_X6u408uBVulNXeOs4hxslZIiqxyhGY-topB-Z60olH-qVr6kzMe1sp76TqgTVwqbWCfvUO81deJCoZvqZAo9KayTLjp7rE7KaPmpOvmIfrlYJ7_RQA-beJLXJJvcWWKTe7R-qU220Fd0hMYut0kYvbLSJv0pJ9Mmn1KJj12OUNBIu8TPtEsy7Yuxy-5Zdnm0wi4uK-3im82c7jyySyt5_s8u3lTi5pDtHg5ZG-GQwSaHeNPHqQ7ZRTlbHfIFnb7ikFIKv-2Qd-ipf710G1UvXeQcUC8eE-tlzNR6GU-lc-vlIl1YVS-XqHh3vRymjgP10kmDnRqkvXuDdFKIe4MMntYgXhQa0yBTKP5hgyTTkc4GOUmrejTKWnINa5RBtGRqo6ykJ8sapYs-zGmUVRTpaBQTFTxslP0027tJEqg5oEnu0rMpTdItokm2RjfJTrq_qkk6aEFHk6TTj0-a5AbNeummJJJnzQvxpt2PXkg-tZ2chg4quDkN-2nC-emYRK6TIzGIHDMj0UR9YiPhSsNyIvEGHcyPxPjrkQil_0bPwAMyuepRN1oPn4l6jCL3CD2GkO88PYKoI12PHhl6NC_X4za1PdOjnT5wjsIqOu8Xhe9oaFAUvCmYQujRuCgcDI_CMQrNisLJjVE4R-0lUXhK9c-j8B8q8zHgIs0fbcBC0o0xQGjCeAMmUYFmQBGVJhtQTgUrOL_XgKu0pciAT6jziAFORw2ILTNgHeGSAa-S0zUDnCn4ugEh1P13A0Y-NSCAZv9pwBx63sX-cwNGUExvI2ZTlqcRG2nNGCM2kGeoEcNoXbQR2bQ804h_0c6tRuyhz7YbcWCHESM_NyKALPlGxJLbT0YMpxc1RjhbjTj92IizVOlsgo2O9zIhtJ8J4fTkLRPMk02IpbenmxBBH6easJ5OrTahfIsJV2j6aRMM5PGDCV70rNaELlpkMyGdashKV2-acJ3OtJlwnr59xhv0ZqcJwfSbKHhA-15ScIBS-ipYRANcFHhQ5mAF68jhqaCZ4ocqmEujvRUMfF3Btz4KLlPsBAWWEAUxNFJV4E-3qYUCYhS8SRfjFPyb7sxV0ErfZHGfitYrKKE92xQUUla-gmxavV_BBnr2tYJuhxTcP67gMb19RkEETaUoiqF4mkPzaD6lUXGZgqO08KqCZVR4S8GXtPmOgh10sJM5ef2p4HXyH67iLTrxhooRPir86MJ0FZdImaXCQplJKrIpJEVFGJ2cp6KUKhepsNOMJSo61qjoJJ9NKvxpUJ4KLyreq-Iwnc1XUUbnLqm4SM2XVdwml2sqPK6ruEo3_qoVrNSnVsUA2mxT8QnNvKViDj3_RYXzXRXxrSqSKOO-ihUU8FhFMKXTSkppVzGPdtNe-lGn4Trde1nDAzr9Nw2l9BPVkNVdg526-2noRQ8jNLRTyDQNkygnVsMempqoYQb9karB6X0NS7I1fECdhzToDmuY_o2GhZc1bKvQsJMGVGpwJ69bGk60aDhDCW0akmnCcw1hVO1kho1cXjXDnYqHmnGQTtBZShxmRjKt8TZjA60IM-Mjel81I42S4s1IJfUfZkSTpJnRk_rRa5S30oy9VEQl9M_tZiymzQVmtBw043cKP84fzpnRRF3fmeFTboYv-dGFH8z4nmrJQSPuMaOUNjPmU9xrFsyhm24WNFP6QAuWUfVwC-por48FhfTzSAvukbOvBT3p_hgL2qg80oJL9N57FiTQ17MtOEbhCRa8S38kWdBJ8SkWJNNa2kSJSyxIIbddFgykVLIVWtBI7kUWDKFDdJxeKbZgFL0bFg09qTRocjTiUqPRr1ePzKIbVejTUn7_gs7LN3Hh4riE9PR56RkJCzL8EhPS5votS0r0S09KW5qUFhcUEDQ2YGzgWP-gwLhFAf8H_yTplA\"",
                "server": "ESF",
                "server-timing": "l2gfet4t7; dur=71, gfet4t7; dur=72",
                "vary": "Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site",
                "x-content-type-options": "nosniff",
                "x-frame-options": "DENY",
                "x-ua-compatible": "IE=edge",
                "x-xss-protection": "0"
            },
            "cookies": [
                {
                    "comment": "",
                    "domain": ".google.com",
                    "expires": 1797575939.799015,
                    "httponly": "",
                    "key": "NID",
                    "max-age": "",
                    "path": "/",
                    "samesite": "",
                    "secure": true,
                    "value": "532=f_MUJ0nzMaJzFV8lIelGvFVfOy7G4QKrZ-lBQPFCq0rZF6qB2wj5whGRwF6LGsGgWqeUbcNM0V1jlQA2MqIpoTDG-X-hSnm9d5hG3MrsDZi-72DbvU_SiXSo_3KvYPUSvGJfhhAnjPZY77tM9BajKg9oXXhaTjgR8HJRNkXiD5UvFrHA4ne-8cBQR7jU_JRlNJ5_RZosLvVq",
                    "version": ""
                },
                {
                    "comment": "",
                    "domain": ".gemini.google.com",
                    "expires": 1782628761.256417,
                    "httponly": "",
                    "key": "COMPASS",
                    "max-age": "",
                    "path": "/",
                    "samesite": "",
                    "secure": true,
                    "value": "gemini-pd=CjwACWuJV93jFYb_b6k1ZbZc5AVi75OXfwVJx6huPFdJgLZgT-iphNSBtyIyTho-2Gurv4U86El7hPmdVFUQg8jT0QYaUQAJa4lXS1lXsJ53rbFNzerBbY3m9wPLAZfg5STWNQUvPrG2iDg5AGLGGmEoQcKmbFvzqhuL3mL9ILxa3tSsQ84tC88epYaeFekQZPN3U6HjKSABMAE:gemini-hl=CkkACWuJV4Jq7gXnYGXm-CCWRGf1MNczIJ0yMsen8R98zb0fdd_v1HDcw_-Y0Gxw7WZu_GGVl89NUAGecp6EG6tM_DjudIlkdiK-EJjI09EGGl4ACWuJVzeEeLF6G6m3f0lanBa0lBF8t6Hbb8779UpCmFGUspig9gXrezxPAgsgoAoGqEb135PkCYNr6zC4JX97O_k42FZ9iZbC6748hlAiBQq0bUKe84BGtG96g_raIAEwAQ",
                    "version": ""
                }
            ],
            "status_code": 200,
            "task_id": "7473262826384022529",
            "created_at": "2026-06-18 06:38:24",
            "updated_at": "2026-06-18 06:39:51"
        }
    ]
}

Support

Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.

Feedback

Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.