ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
2
URL:www.insertTheUrlToScrape.comPaste the URL you want to scrape in cell C2.
3
//*[contains(concat( " ", @class, " " ), concat( " ", "pl-ProductCardName", " " ))]
Populate cell C3 with the XPath you want to scrape. ⬇️

Example: if you want to scrape product titles, right-click on any competitor product title > click on inspect > a new window opens > right-click on the element > click on "copy XPath"

Come back to this sheet and paste the XPath in cell C3.
4
Scraped Product Titles
5
Results will appear here
6
7
This will populate automatically
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100