> For the complete documentation index, see [llms.txt](https://ce-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ce-docs.keywordrush.com/modules/content/googleimages.md).

# Google Images module

### Getting Your Search Engine ID

Follow these steps to set up a Google Custom Search Engine (CSE):

1. **Create a Custom Search Engine**

   * Go to [Create a new CSE](https://cse.google.com/cse/create/new).
   * Select **Search the entire web**.
   * Enable **Image search**.
   * Click **Create**.

   <figure><img src="/files/DKJ8eb5dh2CRFQXM1WIO" alt="" width="375"><figcaption></figcaption></figure>
2. **Get Your Search Engine ID**
   * On the next screen, click **Customise**.
   * Locate your **Search engine ID**.
   * Copy and save this ID in the module settings.

<figure><img src="/files/pkGbcoQ5HF0YIRZD61tJ" alt="" width="375"><figcaption></figcaption></figure>

### Getting an API Key

1. **Open the Google API Console**
   * Visit [Google API Console](https://console.developers.google.com/).
2. **Create a Project**

   * If you do not have a project, click **API Project** → **New Project**.
   * Enter a name and click **Create**.

   <figure><img src="/files/FNolDCBCCLaqdWJbBRif" alt="" width="375"><figcaption></figcaption></figure>
3. **Enable the Custom Search API**

   * In the left menu, go to **Library**.
   * Search for **Custom Search API**.
   * Click **Enable**.

   <figure><img src="/files/NuP89Qc7QYvlqGgUhV8Z" alt="" width="375"><figcaption></figcaption></figure>
4. **Create an API Key**

   * Go to **Credentials** in the left menu.
   * Click **Create credentials** → **API key**.
   * Copy and store the generated key.

   <figure><img src="/files/IzdDq84eN3bDHrRIMVF5" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:** The JSON/Atom Custom Search API provides 100 search queries per day for free. To increase this limit, enable billing in the Google API Console.
{% endhint %}
