VOOZH about

URL: https://apify.com/getdataforme/jl-parser

โ‡ฑ JL Parser ยท Apify


Pricing

from $7.00 / 1,000 results

Go to Apify Store

JL Parser is an Apify Actor that scrapes comprehensive product data from John Lewis, extracting prices, descriptions, reviews, and availability for targeted brands....

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

3 months ago

Last modified

Categories

Share

Johnlewis Parser Spider - Apify Actor

๐Ÿ•ท๏ธ Automated web scraping actor for johnlewisproductlink

๐Ÿ“‹ Overview

This Apify actor scrapes data from johnlewisproductlink using Standard Scrapy technology. It was automatically generated and synchronized from the central repository.

๐Ÿ”— Repository Information

PropertyValue
Repository Namejohnlewis_parser_spider_apify
Spider Namejohnlewis_parser_spider
Target Domainjohnlewisproductlink
Technology TypeStandard Scrapy
Template Usedapify_template
Source Pathinternalprogram/src/spiders/johnlewisproductlink
GitHub RepositoryView Repository

๐Ÿ  Parent Repository

This actor is automatically synchronized from the central repository:

  • Central Repository: getdataforme/central_repo
  • Source Spider File: internalprogram/src/spiders/johnlewisproductlink/johnlewis_parser_spider.py
  • Synchronization: Automatic via GitHub Actions
  • Last Sync: 2025-08-14 08:42:06 UTC

๐Ÿ”„ Development Workflow

Making Changes

  1. DO NOT edit files directly in this repository
  2. Navigate to the central repository
  3. Edit the spider file at: internalprogram/src/spiders/johnlewisproductlink/johnlewis_parser_spider.py
  4. Commit and push changes to the central repository
  5. The GitHub Action will automatically sync changes to this repository

Sync Process

  • Changes to spider files trigger automatic synchronization
  • The actor configuration and input schema are regenerated
  • This README is updated with the latest information

๐Ÿ“ Repository Structure

โ”œโ”€โ”€ src/
โ”‚ โ”œโ”€โ”€ main.py # Apify actor entry point
โ”‚ โ””โ”€โ”€ spiders/
โ”‚ โ””โ”€โ”€ johnlewis_parser_spider.py # Spider implementation
โ”œโ”€โ”€ .actor/
โ”‚ โ”œโ”€โ”€ actor.json # Actor configuration
โ”‚ โ””โ”€โ”€ input_schema.json # Input parameters schema
โ”œโ”€โ”€ requirements.txt # Python dependencies
โ””โ”€โ”€ README.md # This file

๐Ÿš€ Usage

Local Development

# Clone the repository
git clone https://github.com/getdataforme/johnlewis_parser_spider_apify.git
cd johnlewis_parser_spider_apify
# Install dependencies
pip install-r requirements.txt
# Run locally (if applicable)
python src/main.py

Input Configuration

The actor accepts input parameters as defined in .actor/input_schema.json. Common parameters may include:

  • URLs to scrape
  • Output format preferences
  • Rate limiting settings
  • Custom extraction parameters

Current important inputs:

  • Brands: List of brands to scrape.
  • item_limit: Maximum number of products to output.
  • extract_product_id: Optional paid mode. When true, the actor makes one additional request per product to extract product_code.
  • product_id_charge_event_name: Pay-per-event name used when extract_product_id is enabled. Default is product-id-item.

Example input:

{
"Brands":["momcozy"],
"item_limit":10,
"extract_product_id":true,
"product_id_charge_event_name":"product-id-item"
}

๐Ÿ”— Important Links

โš ๏ธ Important Notes

  • This repository is auto-generated - Direct changes will be overwritten
  • All modifications should be made in the central repository
  • Synchronization is automatic - No manual intervention required
  • Issues and PRs should be submitted to the central repository

This README was automatically generated on 2025-08-14 08:42:06 UTC by the central repository sync process.

Apify Actor

This actor is published on Apify.

Actor Details

Deployment

This actor is automatically deployed to Apify when changes are pushed to the main branch via GitHub Actions.

To run this actor:

  1. Visit the Apify Console link above
  2. Configure the input parameters
  3. Click "Start" to run the actor

You might also like

John Lewis

mynewhome/john-lewis

John Lewis scraper

John Lewis Products Search Scraper

powerai/johnlewis-products-search-scraper

Scrape product listings from John Lewis website by providing a search URL, with automatic pagination and comprehensive product information extraction.

John lewis Categories Product Scaper

getdataforme/john-lewis-categories-product-scaper

The John Lewis Categories Product Scraper extracts product details from JohnLewis.com by brand, including names, prices, descriptions, and ratings. Perfect for e-commerce monitoring, market research, and price comparison.

John Lewis Product Scraper

maximedupre/john-lewis-product-scraper

Scrape John Lewis product and variant data from product URLs, category URLs, search URLs, search terms, and brand names. Get prices, stock status, images, ratings, specifications, and source URLs.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

Johnlewis Parser Spider

getdataforme/johnlewis-parser-spider

Scrape detailed product data from John Lewis, including names, prices, ratings, and reviews, for e-commerce analysis and market research. Features brand filtering, configurable limits, proxy support for reliability, and fast JSON output. Ideal for price tracking and competitive intelligence.

Kleinanjegan Parser Spider

getdataforme/kleinanjegan-parser-spider

The Kleinanzeigen Parser Spider is an Apify Actor that scrapes detailed data from Kleinanzeigen.de ads, including titles, prices, descriptions, locations, and contacts....

Neimanmarcus Search Parser Spider

getdataforme/neimanmarcus-search-parser-spider

This Apify actor scrapes and extracts comprehensive product data from Neiman Marcus search results, including names, brands, prices, images, descriptions, and availability....

Homedepot Parser Spider

getdataforme/homedepot-parser-spider

The Homedepot Parser Spider is a powerful Apify Actor that extracts comprehensive product data from Home Depot, including titles, descriptions, pricing, images, and reviews....

28

Walgreens Parser Spider

getdataforme/walgreens-parser-spider

The Walgreens Parser Spider is an Apify Actor that scrapes comprehensive product data from Walgreens.com, including titles, brands, prices, ingredients, nutrition facts, and reviews....

Ebay Parser Spider

getdataforme/ebay-parser-spider

The eBay Parser Spider is an Apify Actor that extracts comprehensive product details from eBay listings, such as names, prices, images, and availability. It handles multiple URLs, delivers structured JSON data, and offers fast, scalable, error-resilient scraping....