File size: 802 Bytes
94ec243
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
search:
  exclude: true
---

# Spider Classes

Here's the reference information for the spider framework classes' parameters, attributes, and methods.

You can import them directly like below:

```python
from scrapling.spiders import Spider, Request, CrawlResult, SessionManager, Response
```

## ::: scrapling.spiders.Spider
    handler: python
    :docstring:

## ::: scrapling.spiders.Request
    handler: python
    :docstring:

## Result Classes

## ::: scrapling.spiders.result.CrawlResult
    handler: python
    :docstring:

## ::: scrapling.spiders.result.CrawlStats
    handler: python
    :docstring:

## ::: scrapling.spiders.result.ItemList
    handler: python
    :docstring:

## Session Management

## ::: scrapling.spiders.session.SessionManager
    handler: python
    :docstring: