My Actor 2
by ibuildup
Instantly detect if any e-commerce website runs on Shopify. Perfect for developers and researchers needing fast, automated platform verification.
Opens on Apify.com
About My Actor 2
Ever need to know if a store is built on Shopify? I built this actor for exactly that. It's a straightforward script that visits a URL and checks for the telltale signs of Shopify's platform—like specific scripts, Liquid code, or the 'Shopify' object in the source. You just feed it a list of URLs, and it returns a clean JSON or CSV file telling you which ones are Shopify and which aren't. It's perfect for competitive analysis, market research, or building a targeted list of stores for outreach. I use it all the time to quickly filter thousands of sites, saving hours of manual checking. It runs headless, handles reasonable request rates, and spits out the data in a format ready for your next project. If you're vetting e-commerce sites, this is the first step I always take.
What does this actor do?
My Actor 2 is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
My Actor 2
A Python template for scraping data from a single web page. Provide a URL via input, and the actor fetches the HTML, parses it, and stores the extracted data in a dataset. The example extracts page headings, but you can modify the code to target any elements.
Key Features
- Apify SDK for Python: Toolkit for building Apify Actors.
- Input Schema: Validates the actor's configuration input.
- HTTPX: Makes asynchronous HTTP requests to fetch web pages.
- Beautiful Soup: Parses and extracts data from HTML/XML.
- Dataset Storage: Stores structured output where each item has the same attributes.
- Request Queue: Holds URLs to be scraped (for extending functionality).
How to Use
Input
The actor requires an input object containing the target URL. Configure this via the actor's input schema in the Apify Console.
{
"url": "https://example.com"
}
Process
- The actor retrieves the input URL via
Actor.get_input(). - It fetches the page HTML using
httpx.AsyncClient().get(url). - The HTML is parsed with Beautiful Soup:
BeautifulSoup(response.content, 'lxml'). - The script extracts data (e.g., headings) using Beautiful Soup methods. You can edit the parsing logic.
python for heading in soup.find_all(["h1", "h2", "h3", "h4", "h5", "h6"]): # Extraction logic here - Extracted data is stored via
Actor.push_data()into the actor's default dataset.
Output
The scraped data is saved in the actor's dataset. You can view, export, or access it via the Apify API. The default output format (for headings) is a list of objects, each containing the heading text and tag name.
Getting Started
Run on Apify Platform
- Build the actor from this template in your Apify Console.
- Configure the input with your target URL.
- Run the actor and retrieve the data from the dataset tab.
Local Development
Pull the actor to your machine using the Apify CLI for local development:
-
Install the CLI:
```bash
# Using Homebrew
brew install apify-cliUsing NPM
npm -g install apify-cli
2. Pull the actor using its unique name or ID (found in the Apify Console):bash
apify pull
```
Resources
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try My Actor 2 now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- ibuildup
- Pricing
- Paid
- Total Runs
- 1,015
- Active Users
- 6
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support