Hobby Lobby Products Scraper ๐Ÿ›๏ธ avatar
Hobby Lobby Products Scraper ๐Ÿ›๏ธ

Pricing

$19.99/month + usage

Go to Store
Hobby Lobby Products Scraper ๐Ÿ›๏ธ

Hobby Lobby Products Scraper ๐Ÿ›๏ธ

Developed by

EasyApi

Maintained by Community

Scrape product data from Hobby Lobby's website. Extract detailed product information including prices, descriptions, variants, categories, and more. Perfect for market research, price monitoring, and inventory tracking.

0.0 (0)

Pricing

$19.99/month + usage

0

Monthly users

1

Runs succeeded

>99%

Last modified

a month ago

Powerful scraper for extracting detailed product information from Hobby Lobby's website. Get comprehensive data about crafts, home decor, fabrics, and more!

Features โœจ

  • ๐Ÿ” Search-based scraping with custom keywords
  • ๐Ÿ“ฆ Detailed product information including:
    • Product name, SKU, and unique identifiers
    • Pricing details (current and original prices)
    • Complete product descriptions
    • All available variants and colors
    • Category hierarchy
    • Stock status
    • Customer ratings and reviews
    • High-quality product images
  • ๐ŸŽฏ Customizable maximum items limit
  • ๐Ÿš€ Fast and efficient scraping with built-in proxy rotation
  • ๐Ÿ’ช Robust error handling and retry mechanism

Usage ๐Ÿ’ก

Simply provide the search URLs from Hobby Lobby's website and set your desired maximum items limit. The Actor will automatically scroll through the results and collect all matching products.

Output ๐Ÿ“Š

The Actor outputs detailed JSON records for each product, including:

  • Complete product details and specifications
  • Variant information with color options
  • Hierarchical category structure
  • Pricing and availability data
  • Customer ratings and review counts
  • Product images and URLs
  • Timestamps for data freshness

Use Cases ๐ŸŽฏ

  • Market research and competitive analysis
  • Price monitoring and tracking
  • Inventory management
  • Product catalog enrichment
  • E-commerce analytics
  • Market trend analysis

Input Parameters ๐ŸŽฎ

ParameterTypeDescription
searchUrlsArrayList of Hobby Lobby search URLs to scrape
maxItemsIntegerMaximum number of items to collect (optional)
proxyConfigurationObjectProxy settings (optional)

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://www.hobbylobby.com/search?query=yarn&pageType=products"
4    ],
5    "maxItems": 50
6}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://www.hobbylobby.com/search?query=yarn&pageType=products",
4        "sku": "2427029",
5        "images": [
6            {
7                "url": "https://cdn.media.amplience.net/s/hobbylobby/2427029-81186045-07052024-IMGSET"
8            }
9        ],
10        "productID": "b9ff7cbb-ed0d-49a7-8ae7-a0929105d27b",
11        "productKey": "EB57014",
12        "productName": "Yarn Bee Eternal Bliss Yarn",
13        "categories": {
14            "lvl0": [
15                "Yarn & Needle Art"
16            ],
17            "lvl1": [
18                "Yarn & Needle Art > Yarn & Tools"
19            ],
20            "lvl2": [
21                "Yarn & Needle Art > Yarn & Tools > Yarn"
22            ]
23        },
24        "department": "Yarn & Needle Art",
25        "category": "Yarn & Tools",
26        "subcategory": "Yarn",
27        "categoryKeys": [
28            "5",
29            "5-126",
30            "5-126-1001"
31        ],
32        "picker": [
33            {
34                "color": "4 Medium Gray",
35                "variantKey": "80791723"
36            },
37            {
38                "color": "5 Cranberry",
39                "variantKey": "80791724"
40            },
41            {
42                "color": "6 Light Gray",
43                "variantKey": "80791725"
44            },
45            {
46                "color": "7 Country Blue",
47                "variantKey": "80791726"
48            },
49            {
50                "color": "8 Teal",
51                "variantKey": "80791727"
52            },
53            {
54                "color": "12 White",
55                "variantKey": "80842872"
56            },
57            {
58                "color": "10 Soft Pink",
59                "variantKey": "80842873"
60            },
61            {
62                "color": "14 Spa Blue",
63                "variantKey": "80842874"
64            },
65            {
66                "color": "16 Taupe",
67                "variantKey": "80842876"
68            },
69            {
70                "color": "16 Sage",
71                "variantKey": "80953597"
72            },
73            {
74                "color": "18 Red",
75                "variantKey": "80953600"
76            },
77            {
78                "color": "20 Navy",
79                "variantKey": "80953601"
80            },
81            {
82                "color": "22 Spiced Persimmon",
83                "variantKey": "80990768"
84            },
85            {
86                "color": "24 Mustard",
87                "variantKey": "80990769"
88            },
89            {
90                "color": "26 Black",
91                "variantKey": "81038820"
92            },
93            {
94                "color": "28 French Lilac",
95                "variantKey": "81038821"
96            },
97            {
98                "color": "30 Olive",
99                "variantKey": "81038823"
100            },
101            {
102                "color": "32 Magenta",
103                "variantKey": "81150923"
104            },
105            {
106                "color": "34 Coffee",
107                "variantKey": "81150925"
108            },
109            {
110                "color": "Carnival Balloons",
111                "variantKey": "81150926"
112            },
113            {
114                "color": "38 Truffle",
115                "variantKey": "81186035"
116            },
117            {
118                "color": "40 Across the Isle",
119                "variantKey": "81186037"
120            },
121            {
122                "color": "44 Butterscotch Medallion",
123                "variantKey": "81186040"
124            },
125            {
126                "color": "46 Nice To See Blue",
127                "variantKey": "81186042"
128            },
129            {
130                "color": "48 Dearest Marigold",
131                "variantKey": "81186044"
132            },
133            {
134                "color": "50 Mulberry It Over",
135                "variantKey": "81186045"
136            },
137            {
138                "color": "1 Ivory",
139                "variantKey": "80791722"
140            },
141            {
142                "color": "42 Bridesmaid Dress",
143                "variantKey": "81186039"
144            }
145        ],
146        "pdpUrl": "https://www.hobbylobby.com/yarn-needle-art/yarn-tools/yarn/yarn-bee-eternal-bliss-yarn/p/eb57014",
147        "activeVariantCount": 28,
148        "product.isNew": false,
149        "product.description": "<p>Don't reach your knit's end! This beautiful and soft Yarn Bee Eternal Bliss Yarn is perfect for all your knitting needs. Use this thick and fluffy yarn to knit warm hats, scarves, afghans, shawls, and sweaters. Knit away in chunky fashion!</p>\n<p>&nbsp;</p>\n<p>Note: We are aware of the importance of dye lots and make every effort to pull the same dye lot on orders for multiple skeins of yarn; however, we are unable to guarantee all skeins will be the same dye lot.</p>\n<p>&nbsp;</p>",
150        "product.daysOnline": 3012,
151        "variant.price": 7.99,
152        "product.lowestOriginalPrice": 7.99,
153        "product.highestOriginalPrice": 7.99,
154        "product.lowestPrice": 7.99,
155        "product.highestPrice": 7.99,
156        "isNew": false,
157        "name": "Yarn Bee Eternal Bliss Yarn",
158        "assorted": false,
159        "availability": "BOTH",
160        "backInStockEligible": true,
161        "details": "<ul style=\"list-style-type: circle;\">\n<li>Content: 100% Polyester</li>\n<li>Color: Pink</li>\n<li>Color Code: 50 Mulberry It Over</li>\n<li>Yarn Weight: 7 - Jumbo</li>\n<li>Recommended Knitting Needles: 25mm (USA: Size 50; UK: Size 25)</li>\n<li>Knit Gauge: 2.5 Stitches x 3.5 Rows = 4\" x 4\"</li>\n<li>Recommended Crochet Hook: 25mm (USA: Size U; UK: Size 0)</li>\n<li>Crochet Gauge: 2 Single Crochet x 2 Rows = 4\" x 4\"</li>\n<li>Skein Weight: 8 Ounces</li>\n<li>Skein Yardage: 28 Yards</li>\n<li>Quantity: 1</li>\n</ul>\n<p>&nbsp;</p>\n<p>Care:</p>\n<ul style=\"list-style-type: circle;\">\n<li>Hand Wash, Cold</li>\n<li>Do Not Tumble Dry</li>\n<li>Do Not Iron</li>\n<li>Do Not Bleach</li>\n<li>Do Not Dry Clean</li>\n</ul>",
162        "vendor-sku": "43/50",
163        "product-unit": "each",
164        "yourPrice": false,
165        "excludeFreeShipping": false,
166        "brand": "Yarn Bee",
167        "yarn-weight": "7 - Jumbo",
168        "article-number": "43",
169        "fiber": "100% Polyester",
170        "color-family": "pink",
171        "quantity": "1 Piece",
172        "color": "50 Mulberry It Over",
173        "approvalStatus": true,
174        "onlineStatus": "ACTIVE",
175        "attribute-tag": "Gifts for Grandma",
176        "keywords": "DIY Gifts - Blankets & Throws",
177        "commodityCode": "PS081282",
178        "ratings.count": 489,
179        "ratings.average": 4.083844580777096,
180        "variantUrl": "https://www.hobbylobby.com/yarn-needle-art/yarn-tools/yarn/yarn-bee-eternal-bliss-yarn/p/81186045",
181        "product.isInStock": true,
182        "isInStock": true,
183        "categoryNames": [
184            "Yarn & Needle Art",
185            "Yarn & Tools",
186            "Yarn"
187        ],
188        "objectID": "81186045",
189        "scrapedAt": "2025-02-10T07:50:50.550Z"
190    },
191    ...
192]
  • ๐Ÿ›๏ธ Costco Product Search Scraper - Extract detailed product data from Costco.com including prices, descriptions, ratings, and availability.
  • ๐Ÿ›๏ธ Myntra Product Scraper - Get comprehensive product data from Myntra's fashion marketplace including prices, discounts, and categories.
  • ๐Ÿ›๏ธ Lidl Product Scraper - Scrape product data from Lidl's online store with prices, images, descriptions and stock information.
  • ๐Ÿ›๏ธ Flipkart Product Scraper - Extract product data from Flipkart search results with prices, images and detailed information.
  • ๐Ÿ›๏ธ AJIO Product Scraper - Extract detailed product information from AJIO's fashion marketplace with prices and categories.
  • ๐Ÿ›๏ธ Zara Product Scraper - Extract detailed product information including prices, variants and availability from Zara's store.
  • ๐Ÿ›’ Woolworths Product Scraper - Get comprehensive product data from Woolworths Australia including prices and product details.
  • ๐Ÿ›๏ธ Weekday Product Scraper - Extract product data from Weekday's online store with prices, variants and availability.
  • ๐Ÿ›๏ธ Tokopedia Product Scraper - Scrape product data from Tokopedia with prices, shop details and sales metrics.
  • ๐Ÿ›๏ธ Nike Product Scraper - Extract product data from Nike.com including prices, colors, images and detailed information.
  • ๐Ÿ›๏ธ Meesho Product Detail Scraper - Get detailed product information from Meesho.com with prices, reviews and seller information.
  • ๐Ÿ›๏ธ AppSumo Product Scraper - Scrape products, deals and offers from AppSumo marketplace with comprehensive details.
  • ๐Ÿ›๏ธ Houzz Products Scraper - Extract product listings from Houzz.com including prices, descriptions and images.
  • ๐Ÿ›๏ธ Jumia Product Scraper - Scrape product listings from Jumia e-commerce platform with detailed product information.
  • ๐Ÿ›๏ธ Netmeds Product Scraper - Extract detailed product information from Netmeds.com with prices and inventory status.

Pricing

Pricing model

Rentalย 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$19.99