Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/galloclaudio/mega-search-links/llms.txt

Use this file to discover all available pages before exploring further.

Mega Search Links

Retrieve URLs from Meawfy’s internal API for easy access to Mega.nz files

Overview

Mega Search Links is a lightweight Python library designed to connect to Meawfy’s internal API, fetch URLs based on search queries, and process them for easy integration into your applications. Whether you’re building automation tools, data aggregators, or content management systems, this library streamlines URL retrieval from Mega.nz through Meawfy’s search platform.

Key features

Simple API

Clean, intuitive class-based interface with just two methods to learn

Customizable requests

Modify user-agent strings to match your application’s needs

Robust error handling

Built-in exception handling for HTTP errors and network issues

Easy integration

Drop into any Python project with minimal dependencies

Quick example

from main import URLFetcher

# Initialize with your custom user-agent
fetcher = URLFetcher(
    base_url="https://meawfy.com/internal/api/results.json",
    user_agent="MyApp/1.0"
)

# Fetch URLs for a search query
urls = fetcher.fetch_urls("python tutorial")

# Process results
for url in urls:
    print(url)

Get started

Installation

Install the library and set up your Python environment

Quickstart

Get your first search working in under 5 minutes

API Reference

Explore the complete API documentation

Advanced usage

Learn advanced patterns and best practices

About Meawfy

Meawfy is a powerful search engine for finding files hosted on Mega.nz, including movies, games, courses, software, e-books, music, and more. The platform promotes learning and education by providing access to public domain and legally shared content while maintaining high ethical standards.