We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d6ec6 commit 63cca7bCopy full SHA for 63cca7b
jigsawstack/web.py
@@ -128,7 +128,11 @@ class BaseAIScrapeParams(TypedDict):
128
129
130
class AIScrapeParams(BaseAIScrapeParams):
131
- element_prompts: NotRequired[List[str]]
+ element_prompts: NotRequired[Union[List[str], Dict[str, str]]]
132
+ """
133
+ List of prompts or a dictionary of key-value prompts for element extraction.
134
+ Max 5 items. If dict, max 50 chars per key and max 500 chars per prompt value.
135
136
root_element_selector: NotRequired[str]
137
page_position: NotRequired[int]
138
0 commit comments