Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/brightdata/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
from .apple_appstore import AppleAppStore, AppleAppStoreReviews
from .ebay import EbayProducts
from .etsy import EtsyProducts
from .target import TargetProducts
from .wayfair import WayfairProducts
from .bestbuy import BestBuyProducts
from .myntra import MyntraProducts
Expand Down Expand Up @@ -437,7 +436,7 @@
# Etsy
"EtsyProducts",
# Target
"TargetProducts",
# "TargetProducts",
# Wayfair
"WayfairProducts",
# Best Buy
Expand Down
1 change: 0 additions & 1 deletion src/brightdata/datasets/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"walmart_sellers_info": (".walmart", "WalmartSellersInfo"),
"ebay_products": (".ebay", "EbayProducts"),
"etsy_products": (".etsy", "EtsyProducts"),
"target_products": (".target", "TargetProducts"),
"bestbuy_products": (".bestbuy", "BestBuyProducts"),
"costco_products": (".costco", "CostcoProducts"),
"macys_products": (".macys", "MacysProducts"),
Expand Down
6 changes: 0 additions & 6 deletions src/brightdata/datasets/client.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ from .shopee import ShopeeProducts
from .sleepnumber import SleepNumberProducts
from .slintel import SlintelCompanies
from .snapchat import SnapchatPosts
from .target import TargetProducts
from .tiktok import (
TikTokComments,
TikTokPosts,
Expand Down Expand Up @@ -950,11 +949,6 @@ class DatasetsClient:
"""Etsy Products dataset."""
...

@property
def target_products(self) -> TargetProducts:
"""Target Products dataset."""
...

@property
def wayfair_products(self) -> WayfairProducts:
"""Wayfair Products dataset."""
Expand Down