changedInput schema / properties / comments / description
Previous value: -"Include comments data"New value: +"DEPRECATED — accepted but ignored. Removed: v1 enrich returns the full profile without per-section toggles."
removedInput schema / properties / comments / type
Removed value: -"boolean"
addedInput schema / properties / compact
Added value: +{
+ "description": "Default true: return a small per-lead summary (including the Generect `id`, which every later step accepts). Set false for the full raw record (~80 fields) — only worth it when you specifically need skills, education or other deep fields.",
+ "type": "boolean"
+}
changedInput schema / properties / inexact_company / description
Previous value: -"Allow inexact company matching"New value: +"DEPRECATED — accepted but ignored. Removed: v1 enrich matches on the identifier you pass."
removedInput schema / properties / inexact_company / type
Removed value: -"boolean"
addedInput schema / properties / mode
Added value: +{
+ "description": "Data mode. \"database\" = cached, sub-second, cheaper, free counts, core filters only. \"realtime\" = live LinkedIn lookup, 5–60s, pricier, supports every filter. \"auto\" (default) tries database first and only escalates to realtime if a filter you passed is unsupported there — an escalation is reported in the response. Pick \"database\" explicitly when a recent cached record is good enough and cost matters more than freshness.",
+ "enum": [
+ "auto",
+ "database",
+ "realtime"
+ ],
+ "type": "string"
+}
changedInput schema / properties / people_also_viewed / description
Previous value: -"Include people also viewed"New value: +"DEPRECATED — accepted but ignored. Removed: v1 enrich returns the full profile without per-section toggles."
removedInput schema / properties / people_also_viewed / type
Removed value: -"boolean"
changedInput schema / properties / posts / description
Previous value: -"Include posts data"New value: +"DEPRECATED — accepted but ignored. Removed: v1 enrich returns the full profile without per-section toggles."
removedInput schema / properties / posts / type
Removed value: -"boolean"
changedInput schema / properties / timeout_ms / description
Previous value: -"Request timeout in milliseconds"New value: +"Request timeout in milliseconds."
changedInput schema / properties / url / description
Previous value: -"LinkedIn profile URL (e.g., https://www.linkedin.com/in/username/)"New value: +"LinkedIn profile URL (e.g. https://www.linkedin.com/in/username/)."