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 ce108ae commit 66aa442Copy full SHA for 66aa442
src/Misplaced, missing, or mismatched punctuation/punctuation_1.py
@@ -1,13 +1,14 @@
1
payload = {
2
- "url": "https://www.example.com/",
3
- "filters": {
4
- "crawl": [".*"],
5
- "process": [".*"],
6
- "max_depth": 1,
7
- "scrape_params": {
8
- "user_agent_type": "desktop",
9
- },
10
- "output": {
11
- "type_": "sitemap"
+ "source": "universal",
+ "url": "https://sandbox.oxylabs.io/products/1",
+ "parse": True,
+ "parsing_instructions": {
+ "title": {
+ "_fns": [
+ {
+ "_fn": "css_one",
+ "_args": ["h2"]
+ }
12
+ ]
13
14
}
-}
0 commit comments