# Shopify market intelligence monitor

**Use case:** 

Monitor Shopify-hosted domains from MyIP.ms over multiple pages for prospecting, market maps, and traffic-rank research.

## Input

```json
{
  "startUrls": [
    "https://myip.ms/browse/sites/1/own/376714"
  ],
  "maxResults": 250,
  "maxPages": 5,
  "delayMs": 1500,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "myipMsDetailUrl": {
    "label": "MyIP.ms detail",
    "format": "link"
  },
  "ipAddress": {
    "label": "IP address",
    "format": "text"
  },
  "hostingCompany": {
    "label": "Hosting company",
    "format": "text"
  },
  "hostingCountry": {
    "label": "Country",
    "format": "text"
  },
  "hostingCity": {
    "label": "City",
    "format": "text"
  },
  "worldRank": {
    "label": "World rank",
    "format": "number"
  },
  "dailyVisitors": {
    "label": "Daily visitors",
    "format": "number"
  },
  "reverseDnsHost": {
    "label": "Reverse DNS",
    "format": "text"
  },
  "topLevelHostname": {
    "label": "Top-level hostname",
    "format": "text"
  },
  "dnsRecords": {
    "label": "DNS records",
    "format": "text"
  },
  "recordUpdateTime": {
    "label": "Record updated",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "rowNumber": {
    "label": "Row",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MyIP.ms Shopify Stores Scraper](https://apify.com/automation-lab/myip-ms-shopify-stores-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/myip-ms-shopify-stores-scraper) to learn more, explore other use cases, and run it yourself.