Shopify Store Info
3 days trial then $14.00/month - No credit card required now
Shopify Store Info
3 days trial then $14.00/month - No credit card required now
The Shopify Store Information Scraper is a versatile tool designed to extract detailed store metadata and essential details from any Shopify-powered store.
Shopify Store Information Scraper Actor Documentation
Overview
The Shopify Store Information Scraper is a versatile tool designed to extract detailed store metadata and essential details from any Shopify-powered store. Whether you're conducting competitor analysis, building a store directory, or performing market research, this actor provides all the vital information in a structured JSON format.
Features
- Comprehensive Data: Retrieve store details, including titles, descriptions, themes, logos, and more.
- Social Media and Contact Info: Extract email addresses, phone numbers, and social media links if available.
- Localized Information: Get region-specific details like locale, currency, and country.
- Theme Details: Understand the Shopify theme and its associated metadata.
Use Cases
- Competitor Analysis: Analyze Shopify stores in your niche for insights.
- Lead Generation: Gather contact details for outreach and partnerships.
- Market Research: Build a database of Shopify stores for trend analysis.
- Theme Identification: Identify the theme being used by a store for inspiration or optimization.
Input Parameters
The actor accepts a single input parameter.
Parameter Name | Type | Description |
---|---|---|
url | String | The full URL of the Shopify store to scrape. Example: https://www.tentree.com/ . |
Example Input
const { url = 'https://www.tentree.com/' } = input;
Output
The actor outputs detailed store information in JSON format.
Example Output
1{ 2 "title": "Tentree", 3 "site_name": "Tentree Development Store", 4 "logo": "https://cdn.shopify.com/s/files/1/2341/3995/files/tentreeWordmarkLogo_RGB.jpg", 5 "description": "Tentree sells sustainable clothing and plants trees for every purchase.", 6 "storeId": "tentree-development-store.myshopify.com", 7 "accessToken": "adf4311e391ce28c12b013effac32937", 8 "locale": "en", 9 "storeCurrency": "USD", 10 "storeCountry": "US", 11 "storeTheme": { 12 "name": "Production US - Theme A - 11/15", 13 "id": 141331333306, 14 "schema_name": "Shopify Theme Lab", 15 "schema_version": "1.0.0", 16 "theme_store_id": null, 17 "role": "main" 18 }, 19 "shopId": "23413995", 20 "creationDate": "2004", 21 "availableProducts": 2500, 22 "image": "https://cdn.shopify.com/s/files/1/2341/3995/files/tentreeWordmarkLogo_RGB.jpg?height=628&pad_color=ffffff&v=1614739015&width=1200", 23 "url": "https://tentree.myshopify.com", 24 "socialMedia": [], 25 "emails": ["support@tentree.com"], 26 "addresses": [], 27 "phoneNumbers": [] 28}
Key Fields
title
: The store's title or name.site_name
: The store's full name as displayed in metadata.logo
: URL of the store's logo.description
: A brief description of the store or its offerings.storeId
: The Shopify store ID.accessToken
: API token for Shopify integration (if accessible).locale
: The language locale of the store.storeCurrency
: The currency used for transactions.storeCountry
: The country the store operates in.storeTheme
: Details of the active Shopify theme.shopId
: The unique Shopify ID of the store.creationDate
: The year the store was established.availableProducts
: The number of products listed in the store.image
: URL of the store's featured image.url
: The store's URL.socialMedia
: An array of the store's social media profiles (if available).emails
: An array of contact email addresses.addresses
: An array of physical addresses associated with the store.phoneNumbers
: An array of contact phone numbers.
How to Use
-
Set Up the Input:
Provide theurl
parameter with the target Shopify store's URL. -
Run the Actor:
Start the actor to scrape the store's details. -
Retrieve the Output:
Access the JSON output containing all the store information.
SEO Benefits
The Shopify Store Information Scraper can help enhance your SEO and business strategy by:
- Content Enrichment: Add rich store data to your website or tool.
- Competitor Monitoring: Analyze store details to optimize your strategies.
- Lead Generation: Use extracted contact details for email or social outreach.
Limitations
- The scraper works only for publicly accessible Shopify stores.
- Contact details like emails and phone numbers may not always be available.
Pricing
The Shopify Store Information Scraper is available on Apify with flexible pricing plans. A 3-days free trial is included for you to test its capabilities.
FAQs
Q1: Can this actor scrape all Shopify stores?
A: Yes, it works for any publicly accessible Shopify store.
Q2: Does it retrieve hidden or restricted data?
A: No, it retrieves only publicly available store information.
Q3: Can it scrape product details?
A: This actor focuses on store metadata. For product scraping, use a separate product scraping actor. We have another actor for products.
Unlock the power of detailed Shopify store analysis with the Shopify Store Information Scraper today! 🚀
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Nov 2024
Modified 2 days ago