SANDBOX Spfy Test Actor avatar

SANDBOX Spfy Test Actor

Under maintenance

Pricing

from $0.02 / 1,000 standard results

Go to Apify Store
SANDBOX Spfy Test Actor

SANDBOX Spfy Test Actor

Under maintenance

do not use this, for testing purposes only

Pricing

from $0.02 / 1,000 standard results

Rating

0.0

(0)

Developer

Miso

Miso

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

a month ago

Last modified

Categories

Share

๐Ÿ“ฆ Shopify Merchant Scraper

Quickly scrape Shopify merchant data with customizable filters including language, currency, and more.

๐Ÿ‘‰ Example use case: Get all Shopify merchants in English using USD that have a published date after 2024-01-01.


๐Ÿš€ Features

  • Filter by language (e.g., en, es, de, etc.).
  • Filter by currency (e.g., USD, EUR, JPY, etc.).
  • Filter by published date (from).
  • Optionally filter for merchants that have:
    • โœ… Email
    • โœ… Phone number
  • Set a maximum number of results to retrieve.

๐Ÿ“ Example Input

{
"language": "en",
"currency": "USD",
"published_date": "2024-01-01",
"has_email": true,
"has_phone": false,
"max_results": 100
}

๐Ÿ’ก Notes

  • โœ… If no filters are set (e.g., no language, no currency), the actor will fetch all available merchants up to max_results.
  • ๐Ÿ› ๏ธ The actor connects to an external API to retrieve Shopify merchant data in real-time.