VOOZH about

URL: https://apify.com/pintostudio/lefties-category-products-scraper

โ‡ฑ Lefties Category Products Scraper ยท Apify


Pricing

$14.99/month + usage

Go to Apify Store

Lefties Category Products Scraper

A powerful Apify actor designed to scrape product data from Lefties category pages across multiple countries and languages.

Pricing

$14.99/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Pinto Studio

Pinto Studio

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

a year ago

Last modified

Share

Lefties Products By Category Actor

A powerful Apify actor designed to scrape product data from Lefties category pages across multiple countries and languages.

Overview

The Lefties Products By Category Actor extracts product information from Lefties.com category pages, supporting multiple regions and languages. It provides paginated results with comprehensive product data and metadata.

Features

  • Multi-region Support: Works with 20+ countries including Spain, Portugal, Italy, Mexico, UAE, and more
  • Language Flexibility: Supports custom language codes or defaults to country-specific languages
  • Pagination: Handles large product catalogs with configurable page sizes
  • Error Handling: Robust error management with detailed logging
  • Data Export: Results saved to Apify dataset and key-value store

Input Parameters

Required Parameters

ParameterTypeDescription
categoryUrlstringThe Lefties category URL to scrape products from

Optional Parameters

ParameterTypeDefaultDescription
pageinteger1Page number for pagination (starting from 1)
perPagestring"20"Number of items per page (20, 40, 60, 80, 100, 120)
countryCodestring"ES"Two-letter country code for regional site
languageCodestring""Language code (if empty, uses country default)

Supported Countries

  • EG - Egypt
  • ES - Spain
  • IC - Canary Islands
  • IT - Italy
  • MX - Mexico
  • PT - Portugal
  • RO - Romania
  • SA - Saudi Arabia
  • TN - Tunisia
  • TR - Turkey
  • AE - UAE
  • AD - Andorra
  • BH - Bahrain
  • IL - Israel
  • KW - Kuwait
  • MA - Morocco
  • OM - Oman
  • QA - Qatar
  • XE - Ceuta and Melilla
  • JO - Jordan

Input Example

{
"categoryUrl":"https://www.lefties.com/es/en/woman/shoes/new-in-c1030272265.html",
"page":1,
"perPage":"40",
"countryCode":"PT",
"languageCode":"en"
}

Output Format

The actor returns structured data containing pagination information and product arrays.

Output Structure

{
"results":{
"pagination":{
"page":1,
"perPage":20,
"totalItems":23,
"totalPages":2,
"hasNext":true,
"hasPrev":false
},
"products":[
// Array of product objects
]
},
"completedAt":"2025-06-12T08:05:23.412Z"
}

Pagination Object

FieldTypeDescription
pageintegerCurrent page number
perPageintegerItems per page
totalItemsintegerTotal number of products found
totalPagesintegerTotal number of pages available
hasNextbooleanWhether there are more pages
hasPrevbooleanWhether there are previous pages

Usage Examples

Basic Usage

// Scrape first page of women's shoes from Spanish site
{
"categoryUrl":"https://www.lefties.com/es/en/woman/shoes/new-in-c1030272265.html"
}

Advanced Usage

// Scrape page 2 with 60 items from Portuguese site in English
{
"categoryUrl":"https://www.lefties.com/pt/en/woman/dresses-c1030272243.html",
"page":2,
"perPage":"60",
"countryCode":"PT",
"languageCode":"en"
}

Multi-page Scraping

// For scraping multiple pages, run the actor multiple times with different page numbers
// Page 1
{
"categoryUrl":"https://www.lefties.com/es/en/man/shirts-c1030272271.html",
"page":1,
"perPage":"100"
}
// Page 2
{
"categoryUrl":"https://www.lefties.com/es/en/man/shirts-c1030272271.html",
"page":2,
"perPage":"100"
}

Error Handling

The actor includes comprehensive error handling:

  • Missing Category URL: Throws error if categoryUrl is not provided
  • Invalid URLs: Validates category URL format
  • Network Issues: Retries failed requests with exponential backoff
  • Country/Language Mismatches: Falls back to default language for country

Data Storage

Results are stored in two locations:

  1. Apify Dataset: Contains the main results for easy access and export
  2. Key-Value Store: Stores output with timestamp under the key output

Performance Considerations

  • Rate Limiting: Built-in delays to respect Lefties.com servers
  • Memory Optimization: Processes products in batches to handle large catalogs
  • Concurrent Requests: Limited concurrent requests to prevent blocking

Monitoring and Logging

The actor provides detailed logging:

  • Search initiation with parameters
  • Products found per page
  • Completion status and timing
  • Error details and stack traces

Best Practices

  1. Start Small: Begin with smaller page sizes (20-40) to test
  2. Monitor Pagination: Check totalPages to plan multi-page scraping
  3. Country-Specific URLs: Use appropriate country URLs for better results
  4. Language Consistency: Ensure language codes match the category URL
  5. Error Recovery: Implement retry logic for failed runs

Troubleshooting

Common Issues

No Products Found

  • Verify the category URL is correct and accessible
  • Check if the country code matches the URL region
  • Ensure the category has products in stock

Pagination Issues

  • Verify page number is within valid range
  • Check totalPages in previous results
  • Ensure perPage value is supported

Country/Language Errors

  • Use supported country codes only
  • Leave languageCode empty for default language
  • Verify language is available for the selected country

Support

If you have any questions or encounter any issues, please consult the Apify documentation or reach out to us through one of the following channels:

  • Telegram: @pintoflow
  • Apify Platform: You can also contact us directly through this platform.

You might also like

Lefties Search Products Scraper

pintostudio/lefties-search-products-scraper

The Lefties Search Products Actor is an Apify actor designed to scrape product information from Lefties, a fashion retail website.

Lefties Product Info Scraper

pintostudio/lefties-product-info-scraper

The Lefties Product Info Actor is a web scraping tool designed to extract comprehensive product information from Lefties.com, a popular fashion retailer.

Lefties Similar Products Scraper

pintostudio/lefties-similar-products-scraper

The Lefties Similar Products Actor is an Apify actor designed to extract similar product recommendations from Lefties.com based on a given product URL.

Lefties Search Autocomplete Scraper

pintostudio/lefties-search-autocomplete-scraper

The Lefties Search Autocomplete Actor is an Apify actor designed to retrieve search autocomplete suggestions from the Lefties website.

Lefties Stores By Proximity Scraper

pintostudio/lefties-stores-by-proximity-scraper

The Lefties Stores By Proximity Actor is an Apify actor that searches for Lefties store locations based on geographic coordinates (latitude and longitude).

Ebay Products Bycategory

pintostudio/ebay-products-bycategory

The eBay Products By Category Actor is an Apify actor designed to scrape product listings from eBay category pages.

Shein Products Bycategory & Categories Scraper

pintostudio/shein-products-bycategory-categories-scraper

The SHEIN Products by category & Category Scraper is a powerful Apify Actor that enables you to extract comprehensive product data and category hierarchies from SHEIN's marketplace across different countries.

28

Amazon Products By Category Scraper

pintostudio/amazon-products-by-category-scraper

The Amazon Products By Category Actor is a web scraping tool deployed on the Apify platform that extracts product information from Amazon category pages.

24

Amazon Category Product Scraper

powerai/amazon-category-product-scraper

Powerful Amazon category product scraper that automatically extracts up to 10,000 products from specific categories. Includes comprehensive filtering, multiple countries support, and detailed product information with automatic rate limit handling.

Vinted Product Description

pintostudio/vinted-product-description

A powerful Apify actor for scraping detailed product information from Vinted listings across multiple countries and domains.

14

1.0