VivaTech exhibitors directory adapter for o-browser
Project description
o-browser-vivatech
VivaTech exhibitors directory adapter for o-browser.
Scrapes the vivatech.com exhibitors directory (a Next.js App Router site — no public REST API): the listing via its paginated Server Action, each exhibitor's full record (49 fields: website, LinkedIn, city, headcount, funding, "looking for", full description…) from the SSR flight payload. Requests are replayed from inside the page to pass the anti-bot, so a headful Chrome with a persistent profile is required (headless gets a 403).
Install
pip install o-browser-vivatech
Usage
from o_browser import load_site
VivaTechClient = load_site("vivatech") # registered via the o_browser.sites entry-point
async with VivaTechClient(profile_path="~/.config/browser/vivatech") as vt:
exhibitors = await vt.scrape(enrich=True) # ~2100 exhibitors, full records
Also available as oto browser vivatech via oto-cli[vivatech].
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file o_browser_vivatech-0.1.1.tar.gz.
File metadata
- Download URL: o_browser_vivatech-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79593310bb80c8eedd66350c4e7271d097cfab3a926cbd2e2802acd877341a84
|
|
| MD5 |
0816f04f9c6875188979328e03184c26
|
|
| BLAKE2b-256 |
dcd9e45dc007cb529df878b409b4aa0ae0c4817aeb5d5372fc0b0a8fddd94671
|
File details
Details for the file o_browser_vivatech-0.1.1-py3-none-any.whl.
File metadata
- Download URL: o_browser_vivatech-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22185907ff981281fb33f75219d666a35cac53b67e265a07eee64eca4aacc4f3
|
|
| MD5 |
aa526bfe61e24e3ef4476657e6c11c4c
|
|
| BLAKE2b-256 |
5c3d0adc4bc174211960302ddc0cf5b4bfa7cb1f2ab6b48d9fb5e246e7f913f1
|