Training
4 modules
| Module | Description |
|---|---|
| Practice Analyze | Analyze website structure for practice |
| Practice Execute | Execute practice session |
| Practice Infer Schema | Infer data schema from website |
| Practice Stats | Get practice statistics |
Modules
Practice Analyze
training.practice.analyze
Analyze website structure for practice
Parameters:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | - | Target URL |
Output:
| Field | Type | Description |
|---|---|---|
status | string | Analyze website structure |
structure | object | Analyze website structure |
Practice Execute
training.practice.execute
Execute practice session
Parameters:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | - | Target URL |
max_items | number | No | 10 | Maximum items to process |
Output:
| Field | Type | Description |
|---|---|---|
status | string | Execute practice session |
items_processed | number | Execute practice session |
Practice Infer Schema
training.practice.infer_schema
Infer data schema from website
Parameters:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | - | Target URL |
sample_size | number | No | 5 | Number of samples to analyze |
Output:
| Field | Type | Description |
|---|---|---|
status | string | Infer data schema |
schema | object | Infer data schema |
Practice Stats
training.practice.stats
Get practice statistics
Output:
| Field | Type | Description |
|---|---|---|
total_sessions | number | The total sessions |
successful_sessions | number | The total sessions |
success_rate | number | Get practice statistics |
history | array | Get practice statistics |
