sales-lobstr
Lobstr.io platform help — no-code web scraping platform with 50+ ready-made scrapers for Google Maps, LinkedIn Sales Navigator, Twitter, YouTube, and more. Features cookie-based login sync, scheduled automation, multi-threading, and a full API with Python SDK and MCP Server. Use when Lobstr scraper returning empty or incomplete results, exports to Google Sheets or S3 failing, scheduled scrapes not running, API or Python SDK throwing errors, or credits draining faster than expected. Do NOT use for general prospect list strategy (use /sales-prospect-list), cross-platform enrichment strategy (use /sales-enrich), or integration strategy (use /sales-integration).
What this skill does
# Lobstr.io Platform Help
Help the user with Lobstr.io platform questions — from configuring ready-made scrapers and running data collection jobs through scheduling automation, exporting results, managing credits, and API integration. Lobstr.io is a no-code web scraping and data collection platform based in Saint-Mandé, France. It offers 50+ ready-made scrapers, multi-threading, cookie-based account sync, scheduled automation, and a full API with Python SDK, CLI, and MCP Server.
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accumulated knowledge.
Ask the user:
1. **What area of Lobstr.io do you need help with?**
- A) Ready-made scrapers — choosing and configuring a pre-built scraper (Google Maps, LinkedIn, Twitter, YouTube, etc.)
- B) No-code web app — running scrapers, managing runs, viewing results in the UI
- C) Cookie-based account sync — scraping behind login walls (LinkedIn, etc.) using the cookie picking add-on
- D) Scheduled automation — setting up recurring scraping jobs with triggers
- E) Data export — exporting results to Google Sheets, Amazon S3, or SFTP
- F) Webhooks — configuring run status notifications (run.running, run.paused, run.done, run.error)
- G) API / SDK / CLI — programmatic access, Python SDK, CLI, MCP Server
- H) Make integration — connecting Lobstr to make.com automation workflows
- I) Enterprise custom scrapers — tailored data collectors for specific use cases
- J) Account / Billing / Credits — pricing tiers, credit usage, browsing limits
- K) Safety management — browsing limit protection to avoid account bans
- L) Something else — describe it
2. **What's your role?**
- A) Sales / business development
- B) Marketing / growth
- C) Developer / engineer
- D) Data analyst / researcher
- E) Agency / freelancer
- F) Other
3. **What are you trying to accomplish?** (describe your specific goal or question)
**If the user's request already provides most of this context, skip directly to the relevant step.** Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.
Note: If the user needs a specialized skill, route them there with a brief explanation of why that skill is a better fit.
## Step 2 — Route or answer directly
If the request maps to a specialized skill, route:
- General prospect list strategy / building target lists -> `/sales-prospect-list`
- Cross-platform datan enrichment strategy -> `/sales-enrich`
- Email deliverability / verification strategy -> `/sales-deliverability`
- Connecting Lobstr to CRM or other tools via middleware -> `/sales-integration`
- Outscraper-specific questions -> `/sales-outscraper`
Otherwise, answer directly from platform knowledge using the reference below.
## Step 3 — Lobstr.io platform reference
**Read `references/platform-guide.md`** for detailed module documentation, pricing, integrations, and data model.
*You no longer need the platform guide details — focus on the user's specific situation.*
## Step 4 — Actionable guidance
Based on the user's specific question:
1. **Setting up a Google Maps lead scraping job**:
1. Go to the Lobstr scraper catalog and select "Google Maps Leads"
2. Configure the scraper parameters — search query (e.g., "dentists in Austin, TX"), result limits, and any filters
3. Add tasks — each task is a search query or URL to scrape
4. Start the run — Lobstr executes the scraper with multi-threading for speed
5. Monitor run status in the web app or via webhook notifications
6. Export results to Google Sheets, S3, or download as file
7. Each unique result costs 1 credit — monitor your credit usage in the dashboard
2. **Scraping LinkedIn Sales Navigator with cookie sync**:
1. Install the Lobstr cookie picking browser extension
2. Log into LinkedIn normally in your browser
3. Click the extension to sync your session cookies with Lobstr — your password is never shared
4. Select the "LinkedIn Sales Navigator Leads" scraper in Lobstr
5. Configure search parameters (title, industry, location, company size, etc.)
6. Enable safety management — set browsing limits to avoid LinkedIn detecting excessive automated activity
7. Start the run and monitor progress — results include name, title, company, location, and profile URL
8. Be conservative with volume — stay within safe browsing limits to protect your LinkedIn account
3. **Setting up scheduled recurring scraping**:
1. Requires a paid plan (scheduling not available on Free tier)
2. Configure your squid with the desired scraper and parameters
3. Add your tasks (URLs or search queries)
4. In the scheduling settings, define frequency (daily, weekly, or custom interval) and trigger conditions
5. Set up notifications — configure webhooks for `run.done` and `run.error` events, or enable Gmail alerts
6. Optionally configure auto-export to Google Sheets or S3 so results are delivered automatically
7. Monitor credit consumption — recurring jobs use credits each time they run
4. **Using the API to automate scraping programmatically**:
1. Get your API key from the Lobstr dashboard
2. Create a squid: `POST /v1/squids` with scraper configuration
3. Add tasks: `POST /v1/tasks` with URLs or parameters to scrape
4. Start a run: `POST /v1/runs` referencing the squid
5. Poll run status: `GET /v1/runs/{id}` until status is `done`
6. Retrieve results: `GET /v1/results` for the completed run
7. Alternative to polling: configure a webhook via `POST /v1/delivery?squid={id}` to receive a POST notification when the run completes
8. Mind rate limits: `/results` is limited to 2 requests/sec — implement backoff when fetching large result sets
5. **Exporting results to Google Sheets**:
1. Connect your Google account in Lobstr's integration settings
2. After a run completes, select "Export to Google Sheets" from the results view
3. Choose an existing spreadsheet or create a new one
4. Free plan exports are capped at 30 rows — upgrade to a paid plan for full exports
5. For automated exports, combine scheduling with the Google Sheets integration so each recurring run auto-exports
## Gotchas
> *Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.*
1. **Free plan is very limited — 100 credits, 30 rows/export, no scheduling, no Premium scrapers, 7-day data retention.** The free tier is suitable only for testing. Any serious data collection requires a paid plan starting at €50/month. Credits do not roll over, and the 30-row export cap means you cannot download full result sets on the free plan.
2. **Credits are consumed per unique result and do not roll over month to month.** Each unique result costs 1 credit regardless of which scraper produced it. Unused credits expire at the end of each billing cycle. Plan your scraping volumes to match your credit allowance, and monitor usage to avoid running out mid-month.
3. **Cookie-based account sync requires careful safety management to avoid platform bans.** When scraping behind login walls (especially LinkedIn), always configure browsing limits in Lobstr's safety management settings. Excessive automated activity on your account can trigger detection and lead to restrictions or bans. Start with conservative limits and increase gradually.
4. **Webhook endpoints must respond within 30 seconds with a 2xx status code, or Lobstr will retry.** If your endpoint is slow or returns an error, Lobstr retries up to 3 times with a 15-minute delay between attempts. After 3 failed attempts, the delivery is abandoned. Process webhook payloads asynchronously — accept the request quickly and handle the data in a background job.
5. **The /results endpoint has a strict 2 requests/second rate limRelated in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.