# Find backlink opportunities by keyword

**Use case:** 

Search Google by keyword and find sites that cover your topic but don't mention your brand. Includes outreach contacts.

## Input

```json
{
  "queries": "best project management software for agencies",
  "maxPagesPerQuery": 10,
  "aiOverview": {
    "scrapeFullAiOverview": true
  },
  "aiModeSearch": {
    "enableAiMode": true
  },
  "geminiSearch": {
    "enableGemini": true
  },
  "perplexitySearch": {
    "enablePerplexity": true,
    "returnImages": false,
    "returnRelatedQuestions": false
  },
  "chatGptSearch": {
    "enableChatGpt": true
  },
  "copilotSearch": {
    "copilotSearchMode": "chat",
    "enableCopilot": true
  },
  "maximumLeadsEnrichmentRecords": 5,
  "leadsEnrichmentDepartments": [
    "marketing",
    "sales",
    "operations"
  ],
  "verifyLeadsEnrichmentEmails": true,
  "linkProspecting": {
    "brandName": "Jira",
    "ignoredDomains": [
      "asana.com",
      "monday.com",
      "clickup.com",
      "freelo.io"
    ],
    "ownDomains": [
      "https://www.atlassian.com/software/jira"
    ]
  },
  "focusOnPaidAds": false,
  "countryCode": "us",
  "searchLanguage": "en",
  "languageCode": "en",
  "locationUule": "w+CAIQICIhVW5pdGVkIFN0YXRlcyx1c2E=",
  "forceExactMatch": false,
  "site": "example.com",
  "relatedToSite": "example.com",
  "wordsInTitle": [
    "easy",
    "tutorial"
  ],
  "wordsInText": [
    "artificial intelligence"
  ],
  "wordsInUrl": [
    "blog"
  ],
  "quickDateRange": "m6",
  "beforeDate": "2024-12-31",
  "afterDate": "2024-01-01",
  "fileTypes": [
    "pdf",
    "doc"
  ],
  "mobileResults": false,
  "includeUnfilteredResults": false,
  "saveHtml": false,
  "saveHtmlToKeyValueStore": true,
  "includeIcons": false
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search query"
  },
  "resultsTotal": {
    "label": "Results total"
  },
  "relatedQueries": {
    "label": "Related queries",
    "format": "array"
  },
  "aiOverview": {
    "label": "AI Overview",
    "format": "object"
  },
  "paidResults": {
    "label": "Paid results",
    "format": "array"
  },
  "paidProducts": {
    "label": "Paid products",
    "format": "array"
  },
  "organicResults": {
    "label": "Organic results",
    "format": "array"
  },
  "peopleAlsoAsk": {
    "label": "People also ask",
    "format": "array"
  },
  "aiModeResult": {
    "label": "AI Mode results",
    "format": "object"
  },
  "perplexitySearchResult": {
    "label": "Perplexity AI search results",
    "format": "object"
  },
  "chatGptSearchResult": {
    "label": "ChatGPT search results",
    "format": "object"
  },
  "copilotSearchResult": {
    "label": "Microsoft Copilot search results",
    "format": "object"
  },
  "geminiSearchResult": {
    "label": "Gemini search result"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Search Results Scraper](https://apify.com/apify/google-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apify/google-search-scraper) to learn more, explore other use cases, and run it yourself.