Repository for VU Online Marketplaces
Observational Unit: "Woom Bikes" (Marketplace → Sport / Sports Equipment → Bicycles / Cycling → Bicycles)
Number: Approximately 3,000+ (Two snapshots / Web Scraper Executions)
Sample Size: All, but only approximately 900 due to duplicates and missing values, especially for variables involved in further encodings.
Correlation Heatmap:
-
$logPrice_i$ : Observed ad listing price of product i on the marketplace, reflecting a proxy variable of the "realized" price. -
$X$ : Matrix of explanatory variables for product i.
Cook et al. (2020) emphasize guiding model selection based on research aims. For unbiased estimates of non-spatial parameters, use SDM -> includes both observable spillovers (Wy and Wx). For testing spatial theories, use SAC or SDEM -> distinguishes spillovers in observables (SAC: ρWy, SDEM: WXγ) from unobservables -> prevents erroneous conclusions about diffusion/spillovers by controlling for non-observable clustering sources (p. 738).
- Products with UVP: Woom Official Website
- C2C Marketplace: Willhaben Bicycles
- All Woom B2C Resellers with Zip Codes and Country: Dealer Locator
- Shapefiles of Austria (Grid 1, 10 and 100 kilometres): EEA EU
- Austrian Zip Codes Data: According to ISO standard.
Example of scraping code using 'scrapy': GitHub - scrapy-tutorials