From 7c2fd5202ec5ed0de4a63b8a891598eeac28e627 Mon Sep 17 00:00:00 2001 From: Aravind Karnam Date: Thu, 1 May 2025 18:27:03 +0530 Subject: [PATCH] fix: incorrect params and commands in linkedin app readme --- docs/apps/linkdin/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/apps/linkdin/README.md b/docs/apps/linkdin/README.md index cce244ac..d14c5352 100644 --- a/docs/apps/linkdin/README.md +++ b/docs/apps/linkdin/README.md @@ -21,7 +21,7 @@ pip install crawl4ai openai sentence-transformers networkx pandas vis-network ri ### 1.2  Create / warm a LinkedIn browser profile ```bash -crwl profiler +crwl profiles ``` 1. The interactive shell shows **New profile** – hit **enter**. 2. Choose a name, e.g. `profile_linkedin_uc`. @@ -37,13 +37,13 @@ crwl profiler python c4ai_discover.py full \ --query "health insurance management" \ --geo 102713980 \ # Malaysia geoUrn - --title_filters "" \ # or "Product,Engineering" - --max_companies 10 \ # default set small for workshops - --max_people 20 \ # \^ same + --title-filters "" \ # or "Product,Engineering" + --max-companies 10 \ # default set small for workshops + --max-people 20 \ # \^ same --profile-name profile_linkedin_uc \ --outdir ./data \ --concurrency 2 \ - --log_level debug + --log-level debug ``` **Outputs** in `./data/`: * `companies.jsonl` – one JSON per company