> For the complete documentation index, see [llms.txt](https://docs.scrapingdog.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scrapingdog.com/google-search-api-documentation/google-response-breakdown/inline-images.md).

# Inline Images

{% tabs %}
{% tab title="Standard Result" %}

<figure><img src="/files/4fXhDk987ejfHFvUTBkd" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="JSON Response" %}

```json
"inline_images": [
        {
            "source": "Pexels",
            "title": "40,000+ Best Dog Photos · 100% Free Download · Pexels Stock ...",
            "link": "https://www.pexels.com/search/dog/"
        },
        {
            "source": "Vecteezy",
            "title": "Dog Stock Photos, Images and Backgrounds for Free Download",
            "link": "https://www.vecteezy.com/free-photos/dog"
        },
        {
            "source": "Good Housekeeping",
            "title": "15 Cutest Dog Breeds",
            "link": "https://www.goodhousekeeping.com/life/pets/g4531/cutest-dog-breeds/"
        },
        {
            "source": "Unsplash",
            "title": "1500+ Baby Dog Pictures | Download Free Images on Unsplash",
            "link": "https://unsplash.com/s/photos/baby-dog"
        },
        {
            "source": "Animals | HowStuffWorks",
            "title": "Dog Pictures | HowStuffWorks",
            "link": "https://animals.howstuffworks.com/pets/dog-pictures.htm"
        },
        {
            "source": "Unsplash",
            "title": "1500+ Baby Dog Pictures | Download Free Images on Unsplash",
            "link": "https://unsplash.com/s/photos/baby-dog"
        },
        {
            "source": "Dan's Pet Care",
            "title": "The Top 10 Most Popular Dogs By Category — Dan's Pet Care",
            "link": "https://danspetcare.com/pets/an-extensive-guide-to-the-most-common-dogs"
        },
        {
            "source": "Britannica",
            "title": "Beagle | Overview, Lifespan, Health, History & Temperament ...",
            "link": "https://www.britannica.com/animal/beagle-dog"
        },
        {
            "source": "Pixabay",
            "title": "100,000+ Free Cute Dog & Dog Images - Pixabay",
            "link": "https://pixabay.com/images/search/cute%20dog/"
        },
        {
            "source": "Nylabone",
            "title": "10 Intelligent Dog Breeds | Nylabone",
            "link": "https://www.nylabone.com/dog101/10-intelligent-dog-breeds"
        }
    ]
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scrapingdog.com/google-search-api-documentation/google-response-breakdown/inline-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
