Lowes¶
flowtask.components.Lowes
¶
Scrapping a Web Page Using Selenium + ChromeDriver + BeautifulSoup.
Example:
```yaml
Lowes:
type: reviews
use_proxies: true
paid_proxy: true
api_token: xxx
```
Lowes
¶
Bases: ReviewScrapper
Lowes.
Combining API Key and Web Scrapping, this component will be able to extract Lowes Information (reviews, etc).
column_exists
¶
Check if column exists in DataFrame, create if not.
top_reviewed
async
¶
Wrapper para top_reviewed_products para integrarlo con el sistema de type. Permite llamarlo como type='top_reviewed'.
top_reviewed_products
async
¶
Busca productos por brand y devuelve un DataFrame con los top N productos con más reviews. Incluye: nombre, precio, url, imagen, sku, cantidad de reviews y rating. Usa los selectores reales del HTML de Lowes.