# Analyze competitor rankings across Google & Bing

**Use case:** 

Find competitors ranking across Google and Bing for your keywords. Structured organic SERP data — titles, URLs, positions — for competitive analysis.

## Input

```json
{
  "queries": [
    "project management software",
    "best project management tools"
  ],
  "maxPagesPerQuery": 3,
  "maxResultsPerQuery": 20,
  "saveHtml": false
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "displayedUrl": {
    "label": "Display URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "siteName": {
    "label": "Site",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "object"
  }
}
```

## About this Actor

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