Feel22 Search Scraper avatar
Feel22 Search Scraper

Pricing

$25.00/month + usage

Go to Store
Feel22 Search Scraper

Feel22 Search Scraper

Developed by

Karim

Karim

Maintained by Community

A high-performance APIfy actor that scrapes product data from Feel22 based on your custom search terms. Ideal for e-commerce insights, price monitoring, or market research.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

1

Runs succeeded

>99%

Last modified

a month ago

Feel22 Product Scraper

This Apify actor scrapes product listings from Feel22.com based on provided search terms. It extracts comprehensive product data, including price, availability, and review details.

🛠 How It Works

The actor navigates to the Feel22 homepage, performs a search using each term provided, and collects product data from the resulting listings.

✅ Input Schema

Example Input

{
"searchTerms": ["blush", "lipstick", "moisturizer"]
}
  • searchTerms (array of strings): A list of keywords to search for on Feel22. The actor will scrape the product results for each search term.

🏗️ Output Schema

The actor will return data about the products that match the search term, including the following fields:

Example Output

{
"id": "12345",
"search_term": "blush",
"product_name": "Maybelline New York Sunkisser Multi-Use Liquid Blush And Bronzer",
"product_url": "https://feel22.com/products/maybelline-new-york-sunkisser-multi-use-liquid-blush-and-bronzer",
"vendor": "Maybelline",
"regular_price": "$12.99",
"sale_price": "$9.99",
"sold_out": false,
"on_sale": true,
"sale_percentage": "23%",
"image_url": "https://feel22.com/products/image.jpg",
"description": "A versatile liquid blush and bronzer that gives your skin a healthy glow.",
"average_rating": 4.8,
"review_count": 4
}
  • id: The unique product ID.
  • search_term: The search term that was used to find this product.
  • product_name: The name of the product.
  • product_url: The URL to the product page on Feel22.
  • vendor: The product's brand or vendor.
  • regular_price: The regular price of the product.
  • sale_price: The sale price of the product, if applicable.
  • sold_out: Whether the product is sold out.
  • on_sale: Whether the product is currently on sale.
  • sale_percentage: The percentage discount, if applicable.
  • image_url: URL to the product's image.
  • description: A brief description of the product.
  • average_rating: The average rating of the product. If no rating is available will default to 0.0
  • review_count: The number of reviews for the product.

🚀 How It Works

  1. Enter Search Term(s): Provide one or more search terms.
  2. Scrape Product Data: The actor will scrape the product data from Feel22 for the given search term(s).
  3. Retrieve Results: The scraped data will be returned, including product names, prices, ratings, and more.

📄 How to Use

  1. Set Up the Actor: Add the actor to your Apify account and input your desired searchTerms.
  2. Run the Actor: Run the actor to begin scraping product data based on the search term(s). Make sure you configure it with at least 4096MB memory to avoid crashes.
  3. Access the Results: Once the actor has finished running, you can view the results in the Apify platform.

🔧 Requirements

  • An active Apify account.

👨‍💻 Support

For issues or questions, please reach out to the Apify community or our support page.