Listing Radar is a tool that helps us find marketplace listings that may be using our brand name, product titles, or images. It will first scan our own listings to collect product details, then scan marketplaces like Walmart, Target, Temu, eBay, and others to find similar or duplicate listings.
 
 
Go to file
bahawal.baloch 3720c189e5 Add Temu scraper service with Docker configuration and API endpoints
- Introduced a new Dockerfile for the Temu scraper service.
- Updated docker-compose.yml to include the Temu scraper service with environment variables and volume configuration.
- Implemented the TemuScraperService for scraping functionality and integrated it with FastAPI.
- Added serializers for request and response handling.
- Created storage management for saving scrape results in SQLite.
- Developed API endpoints for scraping and searching saved results.
- Included a smoke test script for validating the scraper functionality.
2026-05-21 17:08:10 +05:00
custom_search_api Add logging for Google CSE request parameters and update Qdrant client URL configuration 2026-05-14 17:10:57 +05:00
dev_backend Add logging for Google CSE request parameters and update Qdrant client URL configuration 2026-05-14 17:10:57 +05:00
model_export qdrant injestion x get query has been completed wait for Scrap results 2026-05-08 20:24:26 +05:00
temu_scraper_api Add Temu scraper service with Docker configuration and API endpoints 2026-05-21 17:08:10 +05:00
.dockerignore Add Docker configuration with MySQL and Qdrant services, including health checks and environment variables 2026-05-14 17:10:52 +05:00
.gitignore Add Docker configuration with MySQL and Qdrant services, including health checks and environment variables 2026-05-14 17:10:52 +05:00
Dockerfile Update Dockerfile for caching and modify req.txt for platform-specific dependencies; add smoke test for Google Custom Search API 2026-05-14 17:43:44 +05:00
Dockerfile.temu Add Temu scraper service with Docker configuration and API endpoints 2026-05-21 17:08:10 +05:00
docker-compose.yml Add Temu scraper service with Docker configuration and API endpoints 2026-05-21 17:08:10 +05:00
req.txt Update Dockerfile for caching and modify req.txt for platform-specific dependencies; add smoke test for Google Custom Search API 2026-05-14 17:43:44 +05:00
test_search_api.py Update Dockerfile for caching and modify req.txt for platform-specific dependencies; add smoke test for Google Custom Search API 2026-05-14 17:43:44 +05:00
test_temu_scraper.py Add Temu scraper service with Docker configuration and API endpoints 2026-05-21 17:08:10 +05:00