Advanced Content Extraction
While basic selectors are straightforward, you can achieve very precise content extraction by combining selectors with different extractors and post-processors.
Extractors
Section titled “Extractors”Learn how to extract specific attributes (like src
for images) or static values. See Extractors.
Post Processors
Section titled “Post Processors”Manipulate extracted text, sanitize HTML, convert Markdown, or apply custom logic. See Post Processors.