spiders_code
stringRequired
AJAXCRAWL_ENABLED
booleanOptional
Default value of this property is false
ASYNCIO_EVENT_LOOP
stringOptional
AUTOTHROTTLE_DEBUG
booleanOptional
Default value of this property is false
AUTOTHROTTLE_ENABLED
booleanOptional
Default value of this property is false
AUTOTHROTTLE_MAX_DELAY
integerOptional
Default value of this property is 60
AUTOTHROTTLE_START_DELAY
integerOptional
Default value of this property is 5
AUTOTHROTTLE_TARGET_CONCURRENCY
integerOptional
Default value of this property is 1
BOT_NAME
stringOptional
Default value of this property is "scrapybot"
CLOSESPIDER_ERRORCOUNT
integerOptional
Default value of this property is 0
CLOSESPIDER_ITEMCOUNT
integerOptional
Default value of this property is 0
CLOSESPIDER_PAGECOUNT
CLOSESPIDER_PAGECOUNT
integerOptional
Default value of this property is 0
CLOSESPIDER_TIMEOUT
integerOptional
Default value of this property is 0
COMMANDS_MODULE
stringOptional
Default value of this property is ""
COMPRESSION_ENABLED
booleanOptional
Default value of this property is true
CONCURRENT_ITEMS
integerOptional
Default value of this property is 100
CONCURRENT_REQUESTS
integerOptional
Default value of this property is 16
CONCURRENT_REQUESTS_PER_DOMAIN
CONCURRENT_REQUESTS_PER_DOMAIN
integerOptional
Default value of this property is 8
CONCURRENT_REQUESTS_PER_IP
integerOptional
Default value of this property is 0
COOKIES_DEBUG
booleanOptional
Default value of this property is false
COOKIES_ENABLED
booleanOptional
Default value of this property is true
DEFAULT_ITEM_CLASS
stringOptional
Default value of this property is "scrapy.item.Item"
DEFAULT_REQUEST_HEADERS
objectOptional
DEPTH_LIMIT
integerOptional
Default value of this property is 0
DEPTH_PRIORITY
integerOptional
Default value of this property is 0
DEPTH_STATS_VERBOSE
booleanOptional
Default value of this property is false
DNSCACHE_ENABLED
booleanOptional
Default value of this property is true
DNSCACHE_SIZE
integerOptional
Default value of this property is 10000
DNS_RESOLVER
stringOptional
Default value of this property is "scrapy.resolver.CachingThreadedResolver"
DNS_TIMEOUT
integerOptional
Default value of this property is 60
DOWNLOADER
stringOptional
Default value of this property is "scrapy.core.downloader.Downloader"
DOWNLOADER_CLIENTCONTEXTFACTORY
DOWNLOADER_CLIENTCONTEXTFACTORY
stringOptional
Default value of this property is "scrapy.core.downloader.contextfactory.ScrapyClientContextFactory"
DOWNLOADER_CLIENT_TLS_CIPHERS
stringOptional
Default value of this property is "DEFAULT"
DOWNLOADER_CLIENT_TLS_METHOD
stringOptional
Default value of this property is "TLS"
DOWNLOADER_CLIENT_TLS_VERBOSE_LOGGING
booleanOptional
Default value of this property is false
DOWNLOADER_HTTPCLIENTFACTORY
stringOptional
Default value of this property is "scrapy.core.downloader.webclient.ScrapyHTTPClientFactory"
DOWNLOADER_MIDDLEWARES
objectOptional
DOWNLOADER_MIDDLEWARES_BASE
objectOptional
DOWNLOADER_STATS
booleanOptional
Default value of this property is true
DOWNLOAD_DELAY
integerOptional
Default value of this property is 0
DOWNLOAD_FAIL_ON_DATALOSS
booleanOptional
Default value of this property is true
DOWNLOAD_HANDLERS
objectOptional
DOWNLOAD_HANDLERS_BASE
objectOptional
DOWNLOAD_MAXSIZE
integerOptional
Default value of this property is 1073741824
DOWNLOAD_TIMEOUT
integerOptional
Default value of this property is 180
DOWNLOAD_WARNSIZE
integerOptional
Default value of this property is 33554432
DUPEFILTER_CLASS
stringOptional
Default value of this property is "scrapy.dupefilters.RFPDupeFilter"
EDITOR
stringOptional
Default value of this property is "vi"
EXTENSIONS_BASE
objectOptional
FEED_EXPORTERS
objectOptional
FEED_EXPORTERS_BASE
objectOptional
FEED_EXPORT_BATCH_ITEM_COUNT
integerOptional
Default value of this property is 0
FEED_EXPORT_ENCODING
stringOptional
FEED_EXPORT_FIELDS
stringOptional
FEED_EXPORT_INDENT
integerOptional
Default value of this property is 0
FEED_STORAGES
objectOptional
FEED_STORAGES_BASE
objectOptional
FEED_STORAGE_FTP_ACTIVE
booleanOptional
Default value of this property is false
FEED_STORAGE_GCS_ACL
stringOptional
Default value of this property is ""
FEED_STORAGE_S3_ACL
stringOptional
Default value of this property is ""
FEED_STORE_EMPTY
booleanOptional
Default value of this property is false
FEED_TEMPDIR
stringOptional
FEED_URI_PARAMS
stringOptional
FILES_STORE_GCS_ACL
stringOptional
Default value of this property is ""
FILES_STORE_S3_ACL
stringOptional
Default value of this property is "private"
FTP_PASSIVE_MODE
booleanOptional
Default value of this property is true
FTP_PASSWORD
stringOptional
Default value of this property is "guest"
FTP_USER
stringOptional
Default value of this property is "anonymous"
GCS_PROJECT_ID
stringOptional
HTTPCACHE_ALWAYS_STORE
booleanOptional
Default value of this property is false
HTTPCACHE_DBM_MODULE
stringOptional
Default value of this property is "dbm"
HTTPCACHE_DIR
stringOptional
Default value of this property is "httpcache"
HTTPCACHE_ENABLED
booleanOptional
Default value of this property is false
HTTPCACHE_EXPIRATION_SECS
integerOptional
Default value of this property is 0
HTTPCACHE_GZIP
booleanOptional
Default value of this property is false
HTTPCACHE_IGNORE_HTTP_CODES
arrayOptional
HTTPCACHE_IGNORE_MISSING
booleanOptional
Default value of this property is false
HTTPCACHE_IGNORE_RESPONSE_CACHE_CONTROLS
arrayOptional
HTTPCACHE_IGNORE_SCHEMES
arrayOptional
HTTPCACHE_POLICY
stringOptional
Default value of this property is "scrapy.extensions.httpcache.DummyPolicy"
HTTPCACHE_STORAGE
stringOptional
Default value of this property is "scrapy.extensions.httpcache.FilesystemCacheStorage"
HTTPPROXY_AUTH_ENCODING
stringOptional
Default value of this property is "latin-1"
HTTPPROXY_ENABLED
booleanOptional
Default value of this property is true
IMAGES_STORE_GCS_ACL
stringOptional
Default value of this property is ""
IMAGES_STORE_S3_ACL
stringOptional
Default value of this property is "private"
ITEM_PIPELINES
objectOptional
ITEM_PIPELINES_BASE
objectOptional
ITEM_PROCESSOR
stringOptional
Default value of this property is "scrapy.pipelines.ItemPipelineManager"
LOGSTATS_INTERVAL
integerOptional
Default value of this property is 60
LOG_DATEFORMAT
stringOptional
Default value of this property is "%Y-%m-%d %H:%M:%S"
LOG_ENABLED
booleanOptional
Default value of this property is true
LOG_ENCODING
stringOptional
Default value of this property is "utf-8"
LOG_FILE_APPEND
booleanOptional
Default value of this property is true
LOG_FORMAT
stringOptional
Default value of this property is "%(asctime)s [%(name)s] %(levelname)s: %(message)s"
LOG_FORMATTER
stringOptional
Default value of this property is "scrapy.logformatter.LogFormatter"
LOG_LEVEL
stringOptional
Default value of this property is "DEBUG"
LOG_SHORT_NAMES
booleanOptional
Default value of this property is false
LOG_STDOUT
booleanOptional
Default value of this property is false
MAIL_FROM
stringOptional
Default value of this property is "scrapy@localhost"
MAIL_HOST
stringOptional
Default value of this property is "localhost"
MAIL_PORT
integerOptional
Default value of this property is 25
MEMDEBUG_ENABLED
booleanOptional
Default value of this property is false
MEMDEBUG_NOTIFY
arrayOptional
MEMUSAGE_CHECK_INTERVAL_SECONDS
integerOptional
Default value of this property is 60
MEMUSAGE_ENABLED
booleanOptional
Default value of this property is true
MEMUSAGE_LIMIT_MB
integerOptional
Default value of this property is 0
MEMUSAGE_NOTIFY_MAIL
arrayOptional
MEMUSAGE_WARNING_MB
integerOptional
Default value of this property is 0
METAREFRESH_ENABLED
booleanOptional
Default value of this property is true
METAREFRESH_IGNORE_TAGS
arrayOptional
METAREFRESH_MAXDELAY
integerOptional
Default value of this property is 100
NEWSPIDER_MODULE
stringOptional
Default value of this property is ""
RANDOMIZE_DOWNLOAD_DELAY
booleanOptional
Default value of this property is true
REACTOR_THREADPOOL_MAXSIZE
integerOptional
Default value of this property is 10
REDIRECT_ENABLED
booleanOptional
Default value of this property is true
REDIRECT_MAX_TIMES
integerOptional
Default value of this property is 20
REDIRECT_PRIORITY_ADJUST
integerOptional
Default value of this property is 2
REFERER_ENABLED
booleanOptional
Default value of this property is true
REFERRER_POLICY
stringOptional
Default value of this property is "scrapy.spidermiddlewares.referer.DefaultReferrerPolicy"
REQUEST_FINGERPRINTER_CLASS
stringOptional
Default value of this property is "scrapy.utils.request.RequestFingerprinter"
REQUEST_FINGERPRINTER_IMPLEMENTATION
stringOptional
Default value of this property is "2.6"
RETRY_ENABLED
booleanOptional
Default value of this property is true
RETRY_HTTP_CODES
arrayOptional
RETRY_PRIORITY_ADJUST
integerOptional
Default value of this property is -1
RETRY_TIMES
integerOptional
Default value of this property is 2
ROBOTSTXT_OBEY
booleanOptional
Default value of this property is false
ROBOTSTXT_PARSER
stringOptional
Default value of this property is "scrapy.robotstxt.ProtegoRobotParser"
ROBOTSTXT_USER_AGENT
stringOptional
SCHEDULER
stringOptional
Default value of this property is "scrapy.core.scheduler.Scheduler"
SCHEDULER_DEBUG
booleanOptional
Default value of this property is false
SCHEDULER_DISK_QUEUE
stringOptional
Default value of this property is "scrapy.squeues.PickleLifoDiskQueue"
SCHEDULER_MEMORY_QUEUE
stringOptional
Default value of this property is "scrapy.squeues.LifoMemoryQueue"
SCHEDULER_PRIORITY_QUEUE
stringOptional
Default value of this property is "scrapy.pqueues.ScrapyPriorityQueue"
SCRAPER_SLOT_MAX_ACTIVE_SIZE
integerOptional
Default value of this property is 5000000
SPIDER_CONTRACTS
objectOptional
SPIDER_CONTRACTS_BASE
objectOptional
SPIDER_LOADER_CLASS
stringOptional
Default value of this property is "scrapy.spiderloader.SpiderLoader"
SPIDER_LOADER_WARN_ONLY
booleanOptional
Default value of this property is false
SPIDER_MIDDLEWARES
objectOptional
SPIDER_MIDDLEWARES_BASE
objectOptional
SPIDER_MODULES
arrayOptional
STATSMAILER_RCPTS
arrayOptional
STATS_CLASS
stringOptional
Default value of this property is "scrapy.statscollectors.MemoryStatsCollector"
STATS_DUMP
booleanOptional
Default value of this property is true
TELNETCONSOLE_ENABLED
integerOptional
Default value of this property is 1
TELNETCONSOLE_HOST
stringOptional
Default value of this property is "127.0.0.1"
TELNETCONSOLE_PASSWORD
stringOptional
TELNETCONSOLE_PORT
arrayOptional
TELNETCONSOLE_USERNAME
stringOptional
Default value of this property is "scrapy"
TEMPLATES_DIR
stringOptional
Default value of this property is "/usr/local/lib/python3.10/dist-packages/scrapy/templates"
TWISTED_REACTOR
stringOptional
URLLENGTH_LIMIT
integerOptional
Default value of this property is 2083
USER_AGENT
stringOptional
Default value of this property is "Scrapy/2.9.0 (+https://scrapy.org)"