Ashley Furniture Scraper - PDP / Prod URL avatar
Ashley Furniture Scraper - PDP / Prod URL

Pricing

$3.45 / 1,000 results

Go to Store
Ashley Furniture Scraper - PDP / Prod URL

Ashley Furniture Scraper - PDP / Prod URL

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Scrape Ashley Furniture products by URL. Get clean JSON data: prices, stock, brand, category, UPC, etc. No login needed. Simple, reliable, fast. Pricing: $3.45/1000 results

5.0 (1)

Pricing

$3.45 / 1,000 results

1

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

5 days ago

You can access the Ashley Furniture Scraper - PDP / Prod URL programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1import { ApifyClient } from 'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client = new ApifyClient({
6 token: '<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input = {
11 "urls": [
12 "https://www.ashleyfurniture.com/p/nuloom_kali_shaggy_diamond_tassel_area_rug/R600045290-Master.html",
13 "https://www.ashleyfurniture.com/p/safavieh_cayde_dining_chair/D600010028.html",
14 "https://www.ashleyfurniture.com/p/rhettman_vase/A2900005.html",
15 "https://www.ashleyfurniture.com/p/bales_accent_chair/A3000244.html",
16 "https://www.ashleyfurniture.com/p/tartonelle_accent_chair/A3000053.html#start=3",
17 "https://www.ashleyfurniture.com/p/kambria_swivel_glider_accent_chair/A3000207.html#start=4",
18 "https://www.ashleyfurniture.com/p/midnight-madness_oversized_chaise/9810315.html#start=5",
19 "https://www.ashleyfurniture.com/p/jersonlow_swivel_chair/A3000696.html#start=6",
20 "https://www.ashleyfurniture.com/p/drakelle_accent_chair/A3000051.html#start=7",
21 "https://www.ashleyfurniture.com/p/penzlin_accent_chair/A3000241.html#start=8",
22 "https://www.ashleyfurniture.com/p/hadley_creek_2-piece_sectional_with_chaise/33603B1.html",
23 "https://www.ashleyfurniture.com/p/nettie_table_lamp/L209644.html",
24 "https://www.ashleyfurniture.com/p/glennan_accent_mirror/A8000160.html",
25 "https://www.ashleyfurniture.com/p/pigeon_forge_rectangular_end_table/T500-001.html"
26 ]
27};
28
29// Run the Actor and wait for it to finish
30const run = await client.actor("autoscraping/ashley-furniture-product-data").call(input);
31
32// Fetch and print Actor results from the run's dataset (if any)
33console.log('Results from dataset');
34console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
35const { items } = await client.dataset(run.defaultDatasetId).listItems();
36items.forEach((item) => {
37 console.dir(item);
38});
39
40// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

Ashley Furniture product scraper API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Ashley Furniture Scraper - PDP / Prod URL API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.

Install the apify-client

$npm install apify-client

Other API clients include: